Searched refs:findCeAccountId (Results 1 – 3 of 3) sorted by relevance
111 long actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()115 actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()290 long foundAccId = mAccountsDb.findCeAccountId(account); in testRenameAccount()292 foundAccId = mAccountsDb.findCeAccountId(newAccount); in testRenameAccount()331 long actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions()337 actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions()
456 long findCeAccountId(Account account) { in findCeAccountId() method in AccountsDb
1788 if (accounts.accountsDb.findCeAccountId(account) >= 0) { in addAccountInternal()2024 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()2306 long ceAccountId = accounts.accountsDb.findCeAccountId(account); in removeAccountInternal()