Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
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()
171 long accId2 = mAccountsDb.insertCeAccount(account2, "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()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java496 long insertCeAccount(Account account, String password) { in insertCeAccount() method in AccountsDb
DAccountManagerService.java1836 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal()
/frameworks/base/services/
Dart-profile5239 PLcom/android/server/accounts/AccountsDb;->insertCeAccount(Landroid/accounts/Account;Ljava/lang/Str…