ContactsContract.IDataUsageStatColumns Interface

Definition

Columns in the Data_Usage_Stat table

public interface ContactsContract.IDataUsageStatColumns
type ContactsContract.IDataUsageStatColumns = interface

Remarks

Columns in the Data_Usage_Stat table

Java documentation for android.provider.ContactsContract.DataUsageStatColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

LastTimeUsed

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

TimesUsed

The number of times the referenced Data has been used.

Applies to