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.java347 assertNull(mAccountsDb.findDeAccountByAccountId(accId)); in testFindDeAccountByAccountId()
351 Account foundAccount = mAccountsDb.findDeAccountByAccountId(accId); in testFindDeAccountByAccountId()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java941 Account findDeAccountByAccountId(long accountId) { in findDeAccountByAccountId() method in AccountsDb