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.java235 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "="
236 + SettingsColumns.CONCRETE_ACCOUNT_NAME + " AND "
256 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME
257 + "=" + SettingsColumns.CONCRETE_ACCOUNT_NAME + ") AND "
384 final String GROUP_BY_ACCOUNT_CONTACT_ID = SettingsColumns.CONCRETE_ACCOUNT_NAME + ","
518 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME; field
576 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME; field
626 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "." field
716 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME; field
1939 + 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.java481 AccountsColumns.CONCRETE_ACCOUNT_NAME,
502 AccountsColumns.CONCRETE_ACCOUNT_NAME,
1024 + " WHERE " + ViewGroupsColumns.CONCRETE_ACCOUNT_NAME + "="
1025 + SettingsColumns.CONCRETE_ACCOUNT_NAME
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1266 + AccountsColumns.CONCRETE_ACCOUNT_NAME + ","