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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java159 public static final String DATA_USAGE_STAT = "data_usage_stat"; field in interface:ContactsDatabaseHelper.Tables
293 public static final String DATA_USAGE_STAT = "view_data_usage_stat"; field in interface:ContactsDatabaseHelper.Views
653 public static final String CONCRETE_ID = Tables.DATA_USAGE_STAT + "." + _ID;
657 public static final String CONCRETE_DATA_ID = Tables.DATA_USAGE_STAT + "." + DATA_ID;
662 Tables.DATA_USAGE_STAT + "." + LAST_TIME_USED;
667 Tables.DATA_USAGE_STAT + "." + TIMES_USED;
672 Tables.DATA_USAGE_STAT + "." + USAGE_TYPE_INT;
1281 db.execSQL("CREATE TABLE " + Tables.DATA_USAGE_STAT + "(" +
1291 Tables.DATA_USAGE_STAT + " (" +
1521 db.execSQL("DROP VIEW IF EXISTS " + Views.DATA_USAGE_STAT
[all...]
H A DContactsProvider2.java3675 db.delete(Tables.DATA_USAGE_STAT, null, null);
5168 tableBuilder.append(Tables.DATA_USAGE_STAT
6522 sb.append(Views.DATA_USAGE_STAT + " AS " + Tables.DATA_USAGE_STAT);
6795 * @param usageType when non-null {@link Tables#DATA_USAGE_STAT} is joined with the specified
6913 sb.append(" LEFT OUTER JOIN " + Tables.DATA_USAGE_STAT +
8144 String TABLE = Tables.DATA_USAGE_STAT;
8156 * Update {@link Tables#DATA_USAGE_STAT}.
8183 db.execSQL("UPDATE " + Tables.DATA_USAGE_STAT +
8194 db.execSQL("INSERT INTO " + Tables.DATA_USAGE_STAT
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java6935 " FROM " + Tables.DATA_USAGE_STAT, null,
7022 " FROM " + Tables.DATA_USAGE_STAT, null,

Completed in 4636 milliseconds