Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java233 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "="
234 + SettingsColumns.CONCRETE_ACCOUNT_NAME + " AND "
254 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME
255 + "=" + SettingsColumns.CONCRETE_ACCOUNT_NAME + ") AND "
373 final String GROUP_BY_ACCOUNT_CONTACT_ID = SettingsColumns.CONCRETE_ACCOUNT_NAME + ","
507 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME; field
565 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME; field
615 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "." field
707 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME; field
1897 + AccountsColumns.CONCRETE_ACCOUNT_NAME + " AS " + RawContacts.ACCOUNT_NAME + "," in createContactsViews()
[all …]
DLegacyApiSupport.java538 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews()
583 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews()
657 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews()
672 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews()
688 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews()
701 AccountsColumns.CONCRETE_ACCOUNT_NAME in createViews()
719 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews()
DContactsProvider2.java489 AccountsColumns.CONCRETE_ACCOUNT_NAME,
510 AccountsColumns.CONCRETE_ACCOUNT_NAME,
1015 + " WHERE " + ViewGroupsColumns.CONCRETE_ACCOUNT_NAME + "="
1016 + SettingsColumns.CONCRETE_ACCOUNT_NAME
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1273 + AccountsColumns.CONCRETE_ACCOUNT_NAME + ","