Searched refs:insertCeAccount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountsDbTest.java | 109 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/ |
D | AccountsDb.java | 496 long insertCeAccount(Account account, String password) { in insertCeAccount() method in AccountsDb
|
D | AccountManagerService.java | 1836 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal()
|
/frameworks/base/services/ |
D | art-profile | 5239 PLcom/android/server/accounts/AccountsDb;->insertCeAccount(Landroid/accounts/Account;Ljava/lang/Str…
|