Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java98 long actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete()
102 actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete()
333 actualId = mAccountsDb.findDeAccountId(account); in testCrossDbTransactions()
339 actualId = mAccountsDb.findDeAccountId(account); in testCrossDbTransactions()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java860 final long accountId = accounts.accountsDb.findDeAccountId(account); in updateAccountVisibilityLocked()
2028 final long accountId = accounts.accountsDb.findDeAccountId(accountToRename); in renameAccountInternal()
2176 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountAsUser()
2214 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountExplicitly()
2299 accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountInternal()
2459 long accountId = accounts.accountsDb.findDeAccountId(account); in saveAuthTokenToDatabase()
2578 final long accountId = accounts.accountsDb.findDeAccountId(account); in setPasswordInternal()
2683 long accountId = accounts.accountsDb.findDeAccountId(account); in setUserdataInternal()
5737 long accountId = accounts.accountsDb.findDeAccountId(account);
5774 long accountId = accounts.accountsDb.findDeAccountId(account);
DAccountsDb.java784 long findDeAccountId(Account account) { in findDeAccountId() method in AccountsDb