# Print output for @column tags ?>
protected
static
interface
ContactsContract.DataUsageStatColumns
android.provider.ContactsContract.DataUsageStatColumns |
Columns in the Data_Usage_Stat table
Constants | |
---|---|
String |
LAST_TIME_USED
This constant is deprecated.
Contacts affinity information is no longer supported as of
Android version Caution: If you publish your app to the Google Play Store,
this field is obsolete, regardless of Android version. For more information, see the
Contacts Provider
page. |
String |
TIMES_USED
This constant is deprecated.
Contacts affinity information is no longer supported as of
Android version Caution: If you publish your app to the Google Play Store,
this field is obsolete, regardless of Android version. For more information, see the
Contacts Provider
page. |
public static final String LAST_TIME_USED
This constant is deprecated.
Contacts affinity information is no longer supported as of
Android version Build.VERSION_CODES.Q
.
This column always contains 0.
Caution: If you publish your app to the Google Play Store, this field is obsolete, regardless of Android version. For more information, see the Contacts Provider page.
The last time (in milliseconds) this Data
was used.
Constant Value: "last_time_used"
public static final String TIMES_USED
This constant is deprecated.
Contacts affinity information is no longer supported as of
Android version Build.VERSION_CODES.Q
.
This column always contains 0.
Caution: If you publish your app to the Google Play Store, this field is obsolete, regardless of Android version. For more information, see the Contacts Provider page.
The number of times the referenced Data
has been used.
Constant Value: "times_used"