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