Searched defs:CONCRETE_ACCOUNT_NAME (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java216 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "="
217 + SettingsColumns.CONCRETE_ACCOUNT_NAME + " AND "
237 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME
238 + "=" + SettingsColumns.CONCRETE_ACCOUNT_NAME + ") AND "
368 final String GROUP_BY_ACCOUNT_CONTACT_ID = SettingsColumns.CONCRETE_ACCOUNT_NAME + ","
511 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME; field in interface:ContactsDatabaseHelper.ViewRawContactsColumns
569 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME; field in interface:ContactsDatabaseHelper.ViewGroupsColumns
619 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "." field in interface:ContactsDatabaseHelper.SettingsColumns
709 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME; field in interface:ContactsDatabaseHelper.AccountsColumns
1934 + AccountsColumns.CONCRETE_ACCOUNT_NAME
[all...]

Completed in 17 milliseconds