Searched refs:insertCeAccount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountsDbTest.java | 107 long id = mAccountsDb.insertCeAccount(account, ""); in testCeNotAvailableInitially() 128 long accId = mAccountsDb.insertCeAccount(account, "password"); in testCeAccountInsertFindDelete() 141 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenInsertFindDelete() 163 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenDeletes() 169 long accId2 = mAccountsDb.insertCeAccount(account2, "password"); in testAuthTokenDeletes() 193 long accId = mAccountsDb.insertCeAccount(account, "password"); in testExtrasInsertFindDelete() 220 long accId = mAccountsDb.insertCeAccount(account, "password"); in testGrantsInsertFindDelete() 299 long accId = mAccountsDb.insertCeAccount(account, "password"); in testRenameAccount() 318 long accId = mAccountsDb.insertCeAccount(account, "password"); in testUpdateCeAccountPassword() 330 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 | 1929 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal()
|