Searched refs:AccountManagerTest (Results 1 – 4 of 4) sorted by relevance
69 mockFeatureList.add(AccountManagerTest.FEATURE_1); in MockAccountAuthenticator()70 mockFeatureList.add(AccountManagerTest.FEATURE_2); in MockAccountAuthenticator()134 result.putString(AccountManager.KEY_ACCOUNT_NAME, AccountManagerTest.ACCOUNT_NAME); in createResultBundle()135 result.putString(AccountManager.KEY_ACCOUNT_TYPE, AccountManagerTest.ACCOUNT_TYPE); in createResultBundle()155 am.addAccountExplicitly(AccountManagerTest.ACCOUNT, "fakePassword", null); in addAccount()225 if (AccountManagerTest.AUTH_EXPIRING_TOKEN_TYPE.equals(authTokenType)) { in getAuthToken()246 return AccountManagerTest.AUTH_TOKEN_LABEL; in getAuthTokenLabel()
11 return AccountManagerTest.getMockAuthenticator(this).getIBinder(); in onBind()
30 return AccountManagerTest.getMockAuthenticator(this).getIBinder(); in onBind()
51 public class AccountManagerTest extends ActivityInstrumentationTestCase2<AccountDummyActivity> { class111 public AccountManagerTest() { in AccountManagerTest() method in AccountManagerTest