Searched refs:dbForProfile (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileDatabaseHelper.java64 protected int dbForProfile() { method in class:ProfileDatabaseHelper
H A DContactsDatabaseHelper.java1065 if (dbForProfile() != 0 || ActivityManager.isLowRamDeviceStatic()) {
2023 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", "
2076 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", "
2115 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE
2135 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ","
2167 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", "
2326 protected int dbForProfile() { method in class:ContactsDatabaseHelper

Completed in 40 milliseconds