Home
last modified time | relevance | path

Searched refs:addAccount (Results 1 – 18 of 18) sorted by relevance

/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DAccountCheckTest.java57 private void addAccount(String... features) throws Exception { in addAccount() method in AccountCheckTest
58 final Bundle result = mAccountManager.addAccount( in addAccount()
74 addAccount(); in testAddIncompatibleA()
81 addAccount(ACCOUNT_FEATURE_DISALLOWED); in testAddIncompatibleB()
88 addAccount(ACCOUNT_FEATURE_ALLOWED, ACCOUNT_FEATURE_DISALLOWED); in testAddIncompatibleC()
95 addAccount(ACCOUNT_FEATURE_ALLOWED); in testAddCompatible()
DTestAuthenticator.java59 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in TestAuthenticator.Authenticator
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDpcAllowedAccountManagementTest.java97 Bundle result = mAccountManager.addAccount(ACCOUNT_TYPE_1, in testAccountManagementDisabled_profileAndDeviceOwnerCanAddAccount()
113 Bundle result = mAccountManager.addAccount(ACCOUNT_TYPE_1, in testUserRestriction_profileAndDeviceOwnerCanAddAccount()
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountManagementTest.java66 mAccountManager.addAccount(MockAccountAuthenticator.ACCOUNT_TYPE, in testAddAccount_blocked()
77 Bundle result = mAccountManager.addAccount(MockAccountAuthenticator.ACCOUNT_TYPE, in testAddAccount_allowed()
DMockAccountAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MockAccountAuthenticator
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MockAccountAuthenticator
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java61 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in StaticAccountAuthenticator
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java56 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount() method in StubAuthenticator.Authenticator
/cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java58 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount() method in StubAuthenticator.Authenticator
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java51 public Bundle addAccount( in addAccount() method in TestDefaultAuthenticator
DTestAccountAuthenticator.java59 public Bundle addAccount( in addAccount() method in TestAccountAuthenticator
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsAuthenticator.java96 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in BatteryStatsAuthenticator.Authenticator
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java71 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in AccountAuthenticator
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java91 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in TestAuthenticator.Authenticator
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessSameCertTestCases.java82 Bundle result = accountManager.addAccount("com.stub", null, null, null, activity, in testAccountAccess_sameCertAsAuthenticatorCanSeeAccount()
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessOtherCertTestCases.java89 Bundle result = accountManager.addAccount("com.stub", null, null, null, activity, in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java314 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount() method in AccountManagerTest
319 AccountManagerFuture<Bundle> futureBundle = am.addAccount( in addAccount()
462 Bundle resultBundle = addAccount(am, in testAddAccount()
501 AccountManagerFuture<Bundle> futureBundle = am.addAccount( in testAddAccountWithNoAuthenticator()
551 addAccount(am, in testAddAccountWithCallbackAndHandler()
2110 Bundle resultBundle = addAccount(am, in assertHasFeature()
2203 Bundle resultBundle = addAccount(am,
2275 addAccount(am,
DMockAccountAuthenticator.java160 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MockAccountAuthenticator