Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileDatabaseHelper.java64 protected int dbForProfile() { in dbForProfile() method in ProfileDatabaseHelper
H A DContactsDatabaseHelper.java992 if (dbForProfile() != 0 || ActivityManager.isLowRamDeviceStatic()) { in ContactsDatabaseHelper()
1982 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()
2033 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()
2068 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()
2088 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + "," in createContactsViews()
2120 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()
2229 protected int dbForProfile() { in dbForProfile() method in ContactsDatabaseHelper