Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java131 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()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java468 long findCeAccountId(Account account) { in findCeAccountId() method in AccountsDb
DAccountManagerService.java1812 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()
/frameworks/base/services/
Dart-profile2415 PLcom/android/server/accounts/AccountsDb;->findCeAccountId(Landroid/accounts/Account;)J