Searched refs:profileDb (Results 1 – 3 of 3) sorted by relevance
122 SipProfileDb profileDb = new SipProfileDb(context); in verifyAndPurgeInvalidPhoneAccounts() local128 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts()214 SipProfileDb profileDb = new SipProfileDb(context); in startSipProfiles() local215 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles()224 profileDb.deleteProfile(profile); in startSipProfiles()
217 SipProfileDb profileDb = new SipProfileDb(context); in useSipToReceiveIncomingCalls() local220 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls()222 updateAutoRegistrationFlag(p, profileDb, isEnabled); in useSipToReceiveIncomingCalls()
1870 SQLiteDatabase profileDb = mProfileHelper.getWritableDatabase(); in changeLocaleInBackground() local1872 profileDb.beginTransaction(); in changeLocaleInBackground()1876 profileDb.setTransactionSuccessful(); in changeLocaleInBackground()1879 profileDb.endTransaction(); in changeLocaleInBackground()2425 SQLiteDatabase profileDb = transaction.removeDbForTag(PROFILE_DB_TAG); in yield() local2426 if (profileDb != null) { in yield()2427 profileDb.setTransactionSuccessful(); in yield()2428 profileDb.endTransaction(); in yield()