Searched refs:dbForProfile (Results 1 – 2 of 2) sorted by relevance
62 protected int dbForProfile() { in dbForProfile() method in ProfileDatabaseHelper
1614 if (dbForProfile() == 0) { in onCreate()1949 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()1998 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + ", " in createContactsViews()2030 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()2050 + dbForProfile() + " AS " + RawContacts.RAW_CONTACT_IS_USER_PROFILE + "," in createContactsViews()2082 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()2222 protected int dbForProfile() { in dbForProfile() method in ContactsDatabaseHelper