Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileDatabaseHelper.java62 protected int dbForProfile() { in dbForProfile() method in ProfileDatabaseHelper
DContactsDatabaseHelper.java1614 if (dbForProfile() == 0) { in onCreate()
1948 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()
1996 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()
2028 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()
2047 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + "," in createContactsViews()
2078 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()
2190 protected int dbForProfile() { in dbForProfile() method in ContactsDatabaseHelper