Searched refs:profileDb (Results 1 – 4 of 4) sorted by relevance
127 SipProfileDb profileDb = new SipProfileDb(context); in verifyAndPurgeInvalidPhoneAccounts() local133 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts()237 SipProfileDb profileDb = new SipProfileDb(context); in startSipProfiles() local238 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles()
206 SipProfileDb profileDb = new SipProfileDb(context); in useSipToReceiveIncomingCalls() local209 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls()211 updateAutoRegistrationFlag(p, profileDb, isEnabled); in useSipToReceiveIncomingCalls()
49 SipProfileDb profileDb = new SipProfileDb(this); in onCreate() local51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in onCreate()
1934 SQLiteDatabase profileDb = mProfileHelper.getWritableDatabase(); in changeLocaleInBackground() local1936 profileDb.beginTransaction(); in changeLocaleInBackground()1940 profileDb.setTransactionSuccessful(); in changeLocaleInBackground()1943 profileDb.endTransaction(); in changeLocaleInBackground()2379 SQLiteDatabase profileDb = transaction.removeDbForTag(PROFILE_DB_TAG); in yield() local2380 if (profileDb != null) { in yield()2381 profileDb.setTransactionSuccessful(); in yield()2382 profileDb.endTransaction(); in yield()