Searched refs:profileDb (Results 1 – 1 of 1) sorted by relevance
2013 SQLiteDatabase profileDb = mProfileHelper.getWritableDatabase(); in changeLocaleInBackground() local2015 profileDb.beginTransaction(); in changeLocaleInBackground()2019 profileDb.setTransactionSuccessful(); in changeLocaleInBackground()2022 profileDb.endTransaction(); in changeLocaleInBackground()2702 SQLiteDatabase profileDb = transaction.removeDbForTag(PROFILE_DB_TAG); in yield() local2703 if (profileDb != null) { in yield()2704 profileDb.setTransactionSuccessful(); in yield()2705 profileDb.endTransaction(); in yield()