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 Q.
Contacts affinity information is no longer supported as of
Android version Caution: As of January 7, 2019, this field is obsolete.
For more information, see the
Contacts Provider
page. |
String |
TIMES_USED
This constant was deprecated
in API level Q.
Contacts affinity information is no longer supported as of
Android version Caution: As of January 7, 2019, this field is obsolete.
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 Q.
Contacts affinity information is no longer supported as of
Android version Build.VERSION_CODES.Q.
This column always contains 0.
Caution: As of January 7, 2019, this field is obsolete. 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 Q.
Contacts affinity information is no longer supported as of
Android version Build.VERSION_CODES.Q.
This column always contains 0.
Caution: As of January 7, 2019, this field is obsolete. For more information, see the Contacts Provider page.
The number of times the referenced Data has been used.
Constant Value: "times_used"