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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 89 public static final String AGGREGATION_EXCEPTIONS = "agg_exceptions";
    [all...]
ContactsProvider2.java 216 private static final int AGGREGATION_EXCEPTIONS = 6000;
479 matcher.addURI(ContactsContract.AUTHORITY, "aggregation_exceptions",
480 AGGREGATION_EXCEPTIONS);
481 matcher.addURI(ContactsContract.AUTHORITY, "aggregation_exceptions/*",
    [all...]

Completed in 44 milliseconds