Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static interface

ContactsContract.DataUsageStatColumns

android.provider.ContactsContract.DataUsageStatColumns
Known Indirect Subclasses

Class Overview

Columns in the Data_Usage_Stat table

Summary

Constants
String LAST_TIME_USED The last time (in milliseconds) this ContactsContract.Contacts.Data was used.
String TIMES_USED The number of times the referenced ContactsContract.Contacts.Data has been used.

Constants

public static final String LAST_TIME_USED

The last time (in milliseconds) this ContactsContract.Contacts.Data was used.

Constant Value: "last_time_used"

public static final String TIMES_USED

The number of times the referenced ContactsContract.Contacts.Data has been used.

Constant Value: "times_used"