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()
49 SipProfileDb profileDb = new SipProfileDb(this); in onCreate() local51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in onCreate()
201 SipProfileDb profileDb = new SipProfileDb(context); in useSipToReceiveIncomingCalls() local204 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls()206 updateAutoRegistrationFlag(p, profileDb, isEnabled); in useSipToReceiveIncomingCalls()
1925 SQLiteDatabase profileDb = mProfileHelper.getWritableDatabase(); in changeLocaleInBackground() local1927 profileDb.beginTransaction(); in changeLocaleInBackground()1931 profileDb.setTransactionSuccessful(); in changeLocaleInBackground()1934 profileDb.endTransaction(); in changeLocaleInBackground()2363 SQLiteDatabase profileDb = transaction.removeDbForTag(PROFILE_DB_TAG); in yield() local2364 if (profileDb != null) { in yield()2365 profileDb.setTransactionSuccessful(); in yield()2366 profileDb.endTransaction(); in yield()