Searched defs:DATA_USAGE_STAT (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java155 public static final String DATA_USAGE_STAT = "data_usage_stat"; field in interface:ContactsDatabaseHelper.Tables
265 public static final String DATA_USAGE_STAT = "view_data_usage_stat"; field in interface:ContactsDatabaseHelper.Views
618 public static final String CONCRETE_ID = Tables.DATA_USAGE_STAT + "." + _ID;
622 public static final String CONCRETE_DATA_ID = Tables.DATA_USAGE_STAT + "." + DATA_ID;
627 Tables.DATA_USAGE_STAT + "." + LAST_TIME_USED;
632 Tables.DATA_USAGE_STAT + "." + TIMES_USED;
637 Tables.DATA_USAGE_STAT + "." + USAGE_TYPE_INT;
1258 db.execSQL("CREATE TABLE " + Tables.DATA_USAGE_STAT + "(" +
1268 Tables.DATA_USAGE_STAT + " (" +
1507 db.execSQL("DROP VIEW IF EXISTS " + Views.DATA_USAGE_STAT
[all...]

Completed in 169 milliseconds