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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileDatabaseHelper.java60 protected int dbForProfile() { method in class:ProfileDatabaseHelper
H A DContactsDatabaseHelper.java1609 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", "
1649 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", "
1676 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE
1695 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ","
1723 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", "
1828 protected int dbForProfile() { method in class:ContactsDatabaseHelper

Completed in 40 milliseconds