Home
last modified time | relevance | path

Searched refs:profileDb (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipAccountRegistry.java122 SipProfileDb profileDb = new SipProfileDb(context); in verifyAndPurgeInvalidPhoneAccounts() local
128 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts()
214 SipProfileDb profileDb = new SipProfileDb(context); in startSipProfiles() local
215 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles()
224 profileDb.deleteProfile(profile); in startSipProfiles()
H A DSipUtil.java217 SipProfileDb profileDb = new SipProfileDb(context); in useSipToReceiveIncomingCalls() local
220 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls()
222 updateAutoRegistrationFlag(p, profileDb, isEnabled); in useSipToReceiveIncomingCalls()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1870 SQLiteDatabase profileDb = mProfileHelper.getWritableDatabase(); in changeLocaleInBackground() local
1872 profileDb.beginTransaction(); in changeLocaleInBackground()
1876 profileDb.setTransactionSuccessful(); in changeLocaleInBackground()
1879 profileDb.endTransaction(); in changeLocaleInBackground()
2425 SQLiteDatabase profileDb = transaction.removeDbForTag(PROFILE_DB_TAG); in yield() local
2426 if (profileDb != null) { in yield()
2427 profileDb.setTransactionSuccessful(); in yield()
2428 profileDb.endTransaction(); in yield()