Home
last modified time | relevance | path

Searched refs:mAccountsDb (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java69 private AccountsDb mAccountsDb; field in AccountsDbTest
84 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 …]