Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java115 mAccountsDb.insertDeAccount(account, accId); in testDeAccountInsertFindDelete()
142 mAccountsDb.insertDeAccount(account, accId); in testAuthTokenInsertFindDelete()
164 mAccountsDb.insertDeAccount(account, accId); in testAuthTokenDeletes()
170 mAccountsDb.insertDeAccount(account2, accId2); in testAuthTokenDeletes()
194 mAccountsDb.insertDeAccount(account, accId); in testExtrasInsertFindDelete()
221 mAccountsDb.insertDeAccount(account, accId); in testGrantsInsertFindDelete()
254 mAccountsDb.insertDeAccount(account, accId); in testSharedAccountsInsertFindDelete()
288 mAccountsDb.insertDeAccount(account, accId); in testUpdateDeAccountLastAuthenticatedTime()
300 mAccountsDb.insertDeAccount(account, accId); in testRenameAccount()
331 mAccountsDb.insertDeAccount(account, accId); in testFindCeAccountsNotInDe()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java849 long insertDeAccount(Account account, long accountId) { in insertDeAccount() method in AccountsDb
DAccountManagerService.java1935 if (accounts.accountsDb.insertDeAccount(account, accountId) < 0) { in addAccountInternal()