Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java89 long id = mAccountsDb.insertCeAccount(account, ""); in testCeNotAvailableInitially()
110 long accId = mAccountsDb.insertCeAccount(account, "password"); in testCeAccountInsertFindDelete()
123 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenInsertFindDelete()
145 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenDeletes()
151 long accId2 = mAccountsDb.insertCeAccount(account2, "password"); in testAuthTokenDeletes()
175 long accId = mAccountsDb.insertCeAccount(account, "password"); in testExtrasInsertFindDelete()
202 long accId = mAccountsDb.insertCeAccount(account, "password"); in testGrantsInsertFindDelete()
281 long accId = mAccountsDb.insertCeAccount(account, "password"); in testRenameAccount()
300 long accId = mAccountsDb.insertCeAccount(account, "password"); in testUpdateCeAccountPassword()
312 long accId = mAccountsDb.insertCeAccount(account, "password"); in testFindCeAccountsNotInDe()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java484 long insertCeAccount(Account account, String password) { in insertCeAccount() method in AccountsDb
DAccountManagerService.java1793 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal()