Home
last modified time | relevance | path

Searched refs:AccountManagerServiceTestFixtures (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java50 AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS); in editProperties()
52 AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); in editProperties()
72 accountName = options.getString(AccountManagerServiceTestFixtures.KEY_ACCOUNT_NAME); in addAccount()
76 if (accountName.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS)) { in addAccount()
82 result.putParcelable(AccountManagerServiceTestFixtures.KEY_OPTIONS_BUNDLE, options); in addAccount()
84 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in addAccount()
91 … intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, eventualActivityResultData); in addAccount()
92 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in addAccount()
99 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in addAccount()
114 if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS)) { in confirmCredentials()
[all …]
DAccountManagerServiceTest.java200 Account a11 = new Account("account1", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); in testCheckAddAccount()
201 Account a21 = new Account("account2", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); in testCheckAddAccount()
202 Account a31 = new Account("account3", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); in testCheckAddAccount()
203 Account a12 = new Account("account1", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2); in testCheckAddAccount()
204 Account a22 = new Account("account2", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2); in testCheckAddAccount()
205 Account a32 = new Account("account3", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2); in testCheckAddAccount()
213 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testCheckAddAccount()
225 accounts = mAms.getAccounts(AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1, in testCheckAddAccount()
235 accounts = mAms.getAccounts(AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1, in testCheckAddAccount()
246 Account a11 = new Account("account1", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); in testPasswords()
[all …]
DAccountAuthenticatorDummyActivity.java34 intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK); in onCreate()
35 Intent result = intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT); in onCreate()
DAccountManagerServiceTestFixtures.java26 public final class AccountManagerServiceTestFixtures { class
88 private AccountManagerServiceTestFixtures() {} in AccountManagerServiceTestFixtures() method in AccountManagerServiceTestFixtures
DTestAccountType2AuthenticatorService.java30 this, AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2); in onBind()
DTestAccountType1AuthenticatorService.java30 this, AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); in onBind()
DPreNTestDatabaseHelper.java29 public static final String ACCOUNT_TYPE = AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2;