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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java168 public static final String DATA_USAGE_STAT = "data_usage_stat"; field in interface:ContactsDatabaseHelper.Tables
302 public static final String DATA_USAGE_STAT = "view_data_usage_stat"; field in interface:ContactsDatabaseHelper.Views
685 public static final String CONCRETE_ID = Tables.DATA_USAGE_STAT + "." + _ID;
689 public static final String CONCRETE_DATA_ID = Tables.DATA_USAGE_STAT + "." + DATA_ID;
694 Tables.DATA_USAGE_STAT + "." + LAST_TIME_USED;
699 Tables.DATA_USAGE_STAT + "." + TIMES_USED;
704 Tables.DATA_USAGE_STAT + "." + USAGE_TYPE_INT;
1530 db.execSQL("CREATE TABLE " + Tables.DATA_USAGE_STAT + "(" +
1540 Tables.DATA_USAGE_STAT + " (" +
1781 db.execSQL("DROP VIEW IF EXISTS " + Views.DATA_USAGE_STAT
[all...]

Completed in 61 milliseconds