Searched refs:ceDb (Results 1 – 2 of 2) sorted by relevance
74 private File ceDb; field in AccountsDbTest83 ceDb = new File(context.getCacheDir(), CE_DB); in setUp()96 AccountsDb.deleteDbFileWarnIfFailed(ceDb); in deleteDbFiles()128 mAccountsDb.attachCeDatabase(ceDb); in testCeAccountInsertFindDelete()141 mAccountsDb.attachCeDatabase(ceDb); in testAuthTokenInsertFindDelete()162 mAccountsDb.attachCeDatabase(ceDb); in testAuthTokenDeletes()193 mAccountsDb.attachCeDatabase(ceDb); in testExtrasInsertFindDelete()220 mAccountsDb.attachCeDatabase(ceDb); in testGrantsInsertFindDelete()299 mAccountsDb.attachCeDatabase(ceDb); in testRenameAccount()318 mAccountsDb.attachCeDatabase(ceDb); in testUpdateCeAccountPassword()[all …]
3186 SQLiteDatabase ceDb = context.openOrCreateDatabase(dbName, 0, null); in readNumberOfAccountsFromDbFile() local3187 try (Cursor cursor = ceDb.rawQuery("SELECT count(*) FROM accounts", null)) { in readNumberOfAccountsFromDbFile()