DataUsageStatColumns
protected interface DataUsageStatColumns
android.provider.ContactsContract.DataUsageStatColumns |
Columns in the Data_Usage_Stat table
Summary
Constants | |
---|---|
static String |
The last time (in milliseconds) this |
static String |
The number of times the referenced |
Constants
LAST_TIME_USED
static valLAST_TIME_USED: String
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.android.os.Build.VERSION_CODES#Q
. This column always contains 0.
The last time (in milliseconds) this Data
was used.
Value: "last_time_used"
TIMES_USED
static valTIMES_USED: String
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.android.os.Build.VERSION_CODES#Q
. This column always contains 0.
The number of times the referenced Data
has been used.
Value: "times_used"