Searched refs:findCeAccountId (Results 1 – 3 of 3) sorted by relevance
129 long actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()133 actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()308 long foundAccId = mAccountsDb.findCeAccountId(account); in testRenameAccount()310 foundAccId = mAccountsDb.findCeAccountId(newAccount); in testRenameAccount()349 long actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions()355 actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions()
468 long findCeAccountId(Account account) { in findCeAccountId() method in AccountsDb
1919 if (accounts.accountsDb.findCeAccountId(account) >= 0) { in addAccountInternal()2231 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()2529 long ceAccountId = accounts.accountsDb.findCeAccountId(account); in removeAccountInternal()