Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java369 Account foundAccount = mAccountsDb.findDeAccountByAccountId(accId); in testFindDeAccountByAccountId() local
370 assertEquals(account, foundAccount); in testFindDeAccountByAccountId()