Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 18

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 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.

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.

Constants

LAST_TIME_USED

Added in API level 18
Deprecated in API level Q
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

Added in API level 18
Deprecated in API level Q
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"