ContactsContract.DataUsageStatColumns
protected
static
interface
ContactsContract.DataUsageStatColumns
android.provider.ContactsContract.DataUsageStatColumns |
Columns in the Data_Usage_Stat table
Summary
Constants | |
---|---|
String |
LAST_TIME_USED
This constant was deprecated
in API level 29.
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 was deprecated
in API level 29.
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. |
Constants
LAST_TIME_USED
public static final String LAST_TIME_USED
This constant was deprecated
in API level 29.
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"
TIMES_USED
public static final String TIMES_USED
This constant was deprecated
in API level 29.
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"