Searched refs:profileDb (Results 1 – 4 of 4) sorted by relevance
130 SipProfileDb profileDb = new SipProfileDb(context); in verifyAndPurgeInvalidPhoneAccounts() local136 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts()241 SipProfileDb profileDb = new SipProfileDb(context); in startSipProfiles() local242 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles()
215 SipProfileDb profileDb = new SipProfileDb(context); in useSipToReceiveIncomingCalls() local218 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls()220 updateAutoRegistrationFlag(p, profileDb, isEnabled); in useSipToReceiveIncomingCalls()
49 SipProfileDb profileDb = new SipProfileDb(this); in onCreate() local51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in onCreate()
1862 SQLiteDatabase profileDb = mProfileHelper.getWritableDatabase(); in changeLocaleInBackground() local1864 profileDb.beginTransaction(); in changeLocaleInBackground()1868 profileDb.setTransactionSuccessful(); in changeLocaleInBackground()1871 profileDb.endTransaction(); in changeLocaleInBackground()2307 SQLiteDatabase profileDb = transaction.removeDbForTag(PROFILE_DB_TAG); in yield() local2308 if (profileDb != null) { in yield()2309 profileDb.setTransactionSuccessful(); in yield()2310 profileDb.endTransaction(); in yield()