Searched refs:CONCRETE_ACCOUNT_NAME (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 235 + 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 …]
|
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 | 481 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/ |
D | AbstractContactAggregator.java | 1266 + AccountsColumns.CONCRETE_ACCOUNT_NAME + ","
|