Searched refs:dbForProfile (Results 1 – 2 of 2) sorted by relevance
64 protected int dbForProfile() { in dbForProfile() method in ProfileDatabaseHelper
1017 if (dbForProfile() != 0 || ActivityManager.isLowRamDeviceStatic()) { in ContactsDatabaseHelper()2028 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()2079 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()2114 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()2134 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + "," in createContactsViews()2166 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()2303 protected int dbForProfile() { in dbForProfile() method in ContactsDatabaseHelper