Searched refs:CONCRETE_ACCOUNT_NAME (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 216 + 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 569 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME; field 619 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "." field 709 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME; field 1934 + AccountsColumns.CONCRETE_ACCOUNT_NAME + " AS " + RawContacts.ACCOUNT_NAME + "," in createContactsViews() [all …]
|
D | LegacyApiSupport.java | 538 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()
|
D | ContactsProvider2.java | 507 AccountsColumns.CONCRETE_ACCOUNT_NAME, 528 AccountsColumns.CONCRETE_ACCOUNT_NAME, 1081 + " WHERE " + ViewGroupsColumns.CONCRETE_ACCOUNT_NAME + "=" 1082 + SettingsColumns.CONCRETE_ACCOUNT_NAME
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 1266 + AccountsColumns.CONCRETE_ACCOUNT_NAME + ","
|