Searched refs:findDeAccountByAccountId (Results 1 – 2 of 2) sorted by relevance
367 assertNull(mAccountsDb.findDeAccountByAccountId(accId)); in testFindDeAccountByAccountId()371 Account foundAccount = mAccountsDb.findDeAccountByAccountId(accId); in testFindDeAccountByAccountId()
960 Account findDeAccountByAccountId(long accountId) { in findDeAccountByAccountId() method in AccountsDb