Searched refs:findCeAccountId (Results 1 – 4 of 4) sorted by relevance
131 long actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()135 actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()310 long foundAccId = mAccountsDb.findCeAccountId(account); in testRenameAccount()312 foundAccId = mAccountsDb.findCeAccountId(newAccount); in testRenameAccount()351 long actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions()357 actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions()
468 long findCeAccountId(Account account) { in findCeAccountId() method in AccountsDb
1812 if (accounts.accountsDb.findCeAccountId(account) >= 0) { in addAccountInternal()2049 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()2332 long ceAccountId = accounts.accountsDb.findCeAccountId(account); in removeAccountInternal()
2415 PLcom/android/server/accounts/AccountsDb;->findCeAccountId(Landroid/accounts/Account;)J