Searched refs:insertCeAccount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountsDbTest.java | 89 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/ |
D | AccountsDb.java | 484 long insertCeAccount(Account account, String password) { in insertCeAccount() method in AccountsDb
|
D | AccountManagerService.java | 1793 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal()
|