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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java213 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "="
214 + SettingsColumns.CONCRETE_ACCOUNT_NAME + " AND "
234 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME
235 + "=" + SettingsColumns.CONCRETE_ACCOUNT_NAME + ") AND "
365 final String GROUP_BY_ACCOUNT_CONTACT_ID = SettingsColumns.CONCRETE_ACCOUNT_NAME + ","
508 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME; field in interface:ContactsDatabaseHelper.ViewRawContactsColumns
566 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME; field in interface:ContactsDatabaseHelper.ViewGroupsColumns
616 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "." field in interface:ContactsDatabaseHelper.SettingsColumns
706 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME; field in interface:ContactsDatabaseHelper.AccountsColumns
1926 + AccountsColumns.CONCRETE_ACCOUNT_NAME
[all...]

Completed in 58 milliseconds