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.java97 mAccountsDb.insertDeAccount(account, accId); in testDeAccountInsertFindDelete()
124 mAccountsDb.insertDeAccount(account, accId); in testAuthTokenInsertFindDelete()
146 mAccountsDb.insertDeAccount(account, accId); in testAuthTokenDeletes()
152 mAccountsDb.insertDeAccount(account2, accId2); in testAuthTokenDeletes()
176 mAccountsDb.insertDeAccount(account, accId); in testExtrasInsertFindDelete()
203 mAccountsDb.insertDeAccount(account, accId); in testGrantsInsertFindDelete()
236 mAccountsDb.insertDeAccount(account, accId); in testSharedAccountsInsertFindDelete()
270 mAccountsDb.insertDeAccount(account, accId); in testUpdateDeAccountLastAuthenticatedTime()
282 mAccountsDb.insertDeAccount(account, accId); in testRenameAccount()
313 mAccountsDb.insertDeAccount(account, accId); in testFindCeAccountsNotInDe()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java830 long insertDeAccount(Account account, long accountId) { in insertDeAccount() method in AccountsDb
DAccountManagerService.java1800 if (accounts.accountsDb.insertDeAccount(account, accountId) < 0) { in addAccountInternal()