HomeSort by relevance Sort by last modified time
    Searched refs:insertCeAccount (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountsDbTest.java 89 long id = mAccountsDb.insertCeAccount(account, "");
110 long accId = mAccountsDb.insertCeAccount(account, "password");
123 long accId = mAccountsDb.insertCeAccount(account, "password");
145 long accId = mAccountsDb.insertCeAccount(account, "password");
151 long accId2 = mAccountsDb.insertCeAccount(account2, "password");
175 long accId = mAccountsDb.insertCeAccount(account, "password");
202 long accId = mAccountsDb.insertCeAccount(account, "password");
281 long accId = mAccountsDb.insertCeAccount(account, "password");
300 long accId = mAccountsDb.insertCeAccount(account, "password");
312 long accId = mAccountsDb.insertCeAccount(account, "password")
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountsDb.java 484 long insertCeAccount(Account account, String password) {
    [all...]
AccountManagerService.java     [all...]

Completed in 103 milliseconds