Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java333 Account accountNotInDe = new Account("name2", "example.com"); in testFindCeAccountsNotInDe() local
334 mAccountsDb.insertCeAccount(accountNotInDe, "password"); in testFindCeAccountsNotInDe()
337 List<Account> expectedList = Arrays.asList(accountNotInDe); in testFindCeAccountsNotInDe()