Searched refs:mAccountsDb (Results 1 – 1 of 1) sorted by relevance
69 private AccountsDb mAccountsDb; field in AccountsDbTest84 mAccountsDb = AccountsDb.create(context, 0, preNDb, deDb); in setUp()107 long id = mAccountsDb.insertCeAccount(account, ""); in testCeNotAvailableInitially()115 mAccountsDb.insertDeAccount(account, accId); in testDeAccountInsertFindDelete()116 long actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete()119 mAccountsDb.deleteDeAccount(accId); in testDeAccountInsertFindDelete()120 actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete()126 mAccountsDb.attachCeDatabase(ceDb); in testCeAccountInsertFindDelete()128 long accId = mAccountsDb.insertCeAccount(account, "password"); in testCeAccountInsertFindDelete()129 long actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()[all …]