Home
last modified time | relevance | path

Searched refs:findCeAccountId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java111 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()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java456 long findCeAccountId(Account account) { in findCeAccountId() method in AccountsDb
DAccountManagerService.java1788 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()