Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java109 long id = mAccountsDb.insertCeAccount(account, ""); in testCeNotAvailableInitially()
130 long accId = mAccountsDb.insertCeAccount(account, "password"); in testCeAccountInsertFindDelete()
143 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenInsertFindDelete()
165 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenDeletes()
195 long accId = mAccountsDb.insertCeAccount(account, "password"); in testExtrasInsertFindDelete()
222 long accId = mAccountsDb.insertCeAccount(account, "password"); in testGrantsInsertFindDelete()
301 long accId = mAccountsDb.insertCeAccount(account, "password"); in testRenameAccount()
320 long accId = mAccountsDb.insertCeAccount(account, "password"); in testUpdateCeAccountPassword()
332 long accId = mAccountsDb.insertCeAccount(account, "password"); in testFindCeAccountsNotInDe()
336 mAccountsDb.insertCeAccount(accountNotInDe, "password"); in testFindCeAccountsNotInDe()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java496 long insertCeAccount(Account account, String password) { in insertCeAccount() method in AccountsDb
H A DAccountManagerService.java1891 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal()