Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java367 assertNull(mAccountsDb.findDeAccountByAccountId(accId)); in testFindDeAccountByAccountId()
371 Account foundAccount = mAccountsDb.findDeAccountByAccountId(accId); in testFindDeAccountByAccountId()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java960 Account findDeAccountByAccountId(long accountId) { in findDeAccountByAccountId() method in AccountsDb