Searched refs:ceDb (Results 1 – 2 of 2) sorted by relevance
63 private File ceDb; field in AccountsDbTest69 ceDb = new File(context.getCacheDir(), CE_DB); in setUp()82 AccountsDb.deleteDbFileWarnIfFailed(ceDb); in deleteDbFiles()108 mAccountsDb.attachCeDatabase(ceDb); in testCeAccountInsertFindDelete()121 mAccountsDb.attachCeDatabase(ceDb); in testAuthTokenInsertFindDelete()142 mAccountsDb.attachCeDatabase(ceDb); in testAuthTokenDeletes()173 mAccountsDb.attachCeDatabase(ceDb); in testExtrasInsertFindDelete()200 mAccountsDb.attachCeDatabase(ceDb); in testGrantsInsertFindDelete()279 mAccountsDb.attachCeDatabase(ceDb); in testRenameAccount()298 mAccountsDb.attachCeDatabase(ceDb); in testUpdateCeAccountPassword()[all …]
3163 SQLiteDatabase ceDb = context.openOrCreateDatabase(dbName, 0, null); in readNumberOfAccountsFromDbFile() local3164 try (Cursor cursor = ceDb.rawQuery("SELECT count(*) FROM accounts", null)) { in readNumberOfAccountsFromDbFile()