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.java64 protected int dbForProfile() { in dbForProfile() method in ProfileDatabaseHelper
DContactsDatabaseHelper.java2015 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()
2068 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()
2107 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()
2127 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + "," in createContactsViews()
2159 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()
2318 protected int dbForProfile() { in dbForProfile() method in ContactsDatabaseHelper