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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 569 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " +
    [all...]
ContactsDatabaseHelper.java 197 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "="
198 + SettingsColumns.CONCRETE_ACCOUNT_NAME + " AND "
218 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME
219 + "=" + SettingsColumns.CONCRETE_ACCOUNT_NAME + ") AND "
343 final String GROUP_BY_ACCOUNT_CONTACT_ID = SettingsColumns.CONCRETE_ACCOUNT_NAME + ","
484 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME;
542 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME;
592 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
    [all...]
ContactsProvider2.java 510 AccountsColumns.CONCRETE_ACCOUNT_NAME,
531 AccountsColumns.CONCRETE_ACCOUNT_NAME,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]

Completed in 5693 milliseconds