Home
last modified time | relevance | path

Searched refs:DATA_USAGE_STAT (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java189 public static final String DATA_USAGE_STAT = "data_usage_stat"; field
334 public static final String DATA_USAGE_STAT = "view_data_usage_stat"; field
734 public static final String CONCRETE_ID = Tables.DATA_USAGE_STAT + "." + _ID;
738 public static final String CONCRETE_DATA_ID = Tables.DATA_USAGE_STAT + "." + DATA_ID;
749 Tables.DATA_USAGE_STAT + "." + RAW_LAST_TIME_USED;
752 Tables.DATA_USAGE_STAT + "." + RAW_TIMES_USED;
755 Tables.DATA_USAGE_STAT + "." + LR_LAST_TIME_USED;
758 Tables.DATA_USAGE_STAT + "." + LR_TIMES_USED;
763 Tables.DATA_USAGE_STAT + "." + USAGE_TYPE_INT;
1590 db.execSQL("CREATE TABLE " + Tables.DATA_USAGE_STAT + "(" + in onCreate()
[all …]
DContactsProvider2.java798 .add(Data.LR_TIMES_USED, Tables.DATA_USAGE_STAT + "." + Data.LR_TIMES_USED)
799 .add(Data.LR_LAST_TIME_USED, Tables.DATA_USAGE_STAT + "." + Data.LR_LAST_TIME_USED)
4014 db.delete(Tables.DATA_USAGE_STAT, null, null); in deleteDataUsage()
6039 + " AS " + Tables.DATA_USAGE_STAT in queryLocal()
6072 tableBuilder.append(Views.DATA_USAGE_LR + " AS " + Tables.DATA_USAGE_STAT in queryLocal()
8036 sb.append(Views.DATA_USAGE_STAT + " AS " + Tables.DATA_USAGE_STAT); in setTablesAndProjectionMapForContacts()
8434 " as " + Tables.DATA_USAGE_STAT + in appendDataUsageStatJoin()
8458 DataUsageStatColumns.DATA_ID + ") as " + Tables.DATA_USAGE_STAT in appendDataUsageStatJoin()
9906 String TABLE = Tables.DATA_USAGE_STAT;
9941 db.execSQL("UPDATE " + Tables.DATA_USAGE_STAT + in updateDataUsageStat()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java601 new TableListEntry(Tables.DATA_USAGE_STAT, DATA_USAGE_STAT_COLUMNS),
DContactsProvider2Test.java8880 " FROM " + Tables.DATA_USAGE_STAT, null, in testDataUsageFeedbackAndDelete()
8967 " FROM " + Tables.DATA_USAGE_STAT, null, in testDataUsageFeedbackAndDelete()