Searched refs:CONCRETE_ACCOUNT_TYPE (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java273 + SettingsColumns.CONCRETE_ACCOUNT_TYPE + "," + RawContacts.CONTACT_ID;
276 + " IS NULL AND " + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " IS NULL AND "
339 public static final String CONCRETE_ACCOUNT_TYPE = field in interface:ContactsDatabaseHelper.RawContactsColumns
437 public static final String CONCRETE_ACCOUNT_TYPE = field in interface:ContactsDatabaseHelper.GroupsColumns
508 public static final String CONCRETE_ACCOUNT_TYPE = Tables.SETTINGS + "." field in interface:ContactsDatabaseHelper.SettingsColumns
1437 " AND " + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " IS NULL; ");
1447 " AND " + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " = " +
1448 GroupsColumns.CONCRETE_ACCOUNT_TYPE +
1466 " AND " + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " = " +
1467 GroupsColumns.CONCRETE_ACCOUNT_TYPE
[all...]
H A DContactsProvider2.java397 + GroupsColumns.CONCRETE_ACCOUNT_TYPE
398 + "=" + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " AND ("
409 + GroupsColumns.CONCRETE_ACCOUNT_TYPE + "="
410 + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + " AND ("
435 RawContactsColumns.CONCRETE_ACCOUNT_TYPE,
910 + Groups.ACCOUNT_TYPE + "=" + GroupsColumns.CONCRETE_ACCOUNT_TYPE
946 + " AND " + GroupsColumns.CONCRETE_ACCOUNT_TYPE + "="
947 + SettingsColumns.CONCRETE_ACCOUNT_TYPE
2894 + RawContactsColumns.CONCRETE_ACCOUNT_TYPE + "=?";
2897 + RawContactsColumns.CONCRETE_ACCOUNT_TYPE
[all...]
H A DLegacyApiSupport.java730 GroupsColumns.CONCRETE_ACCOUNT_TYPE

Completed in 34 milliseconds