Searched refs:dbForProfile (Results 1 – 2 of 2) sorted by relevance
1349 if (dbForProfile() == 0) { in onCreate()1674 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()1721 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()1751 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()1770 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + "," in createContactsViews()1801 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()1913 protected int dbForProfile() { in dbForProfile() method in ContactsDatabaseHelper
62 protected int dbForProfile() { in dbForProfile() method in ProfileDatabaseHelper