Searched refs:ceDb (Results 1 – 2 of 2) sorted by relevance
72 private File ceDb; field in AccountsDbTest81 ceDb = new File(context.getCacheDir(), CE_DB); in setUp()94 AccountsDb.deleteDbFileWarnIfFailed(ceDb); in deleteDbFiles()126 mAccountsDb.attachCeDatabase(ceDb); in testCeAccountInsertFindDelete()139 mAccountsDb.attachCeDatabase(ceDb); in testAuthTokenInsertFindDelete()160 mAccountsDb.attachCeDatabase(ceDb); in testAuthTokenDeletes()191 mAccountsDb.attachCeDatabase(ceDb); in testExtrasInsertFindDelete()218 mAccountsDb.attachCeDatabase(ceDb); in testGrantsInsertFindDelete()297 mAccountsDb.attachCeDatabase(ceDb); in testRenameAccount()316 mAccountsDb.attachCeDatabase(ceDb); in testUpdateCeAccountPassword()[all …]
3568 SQLiteDatabase ceDb = context.openOrCreateDatabase(dbName, 0, null); in readNumberOfAccountsFromDbFile() local3569 try (Cursor cursor = ceDb.rawQuery("SELECT count(*) FROM accounts", null)) { in readNumberOfAccountsFromDbFile()