Searched refs:ceDb (Results 1 – 2 of 2) sorted by relevance
74 private File ceDb; field in AccountsDbTest96 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()330 mAccountsDb.attachCeDatabase(ceDb); in testFindCeAccountsNotInDe()[all …]
3321 SQLiteDatabase ceDb = context.openOrCreateDatabase(dbName, 0, null); in readNumberOfAccountsFromDbFile() local3322 try (Cursor cursor = ceDb.rawQuery("SELECT count(*) FROM accounts", null)) { in readNumberOfAccountsFromDbFile()