HomeSort by relevance Sort by last modified time
    Searched refs:DATA_USAGE_STAT (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 155 public static final String DATA_USAGE_STAT = "data_usage_stat";
265 public static final String DATA_USAGE_STAT = "view_data_usage_stat";
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;
    [all...]
ContactsProvider2.java     [all...]

Completed in 2185 milliseconds