/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
D | AccountCheckTest.java | 57 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()
|
D | TestAuthenticator.java | 59 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in TestAuthenticator.Authenticator
|
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsTest.java | 135 addAccount(mContext); in testIsSyncableChanged_ifTurnOnSyncEnabled() 161 addAccount(mContext); in testIsSyncableIsZero_ifTurnOffSyncEnabled() 190 addAccount(mContext); in testIsSyncableIsOne_ifTurnOffSyncEnabled() 233 private void addAccount(Context context) throws Exception { in addAccount() method in SyncAdapterSettingsTest
|
D | SyncAdapterSettingsAuthenticator.java | 53 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in SyncAdapterSettingsAuthenticator.Authenticator
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AllowedAccountManagementTest.java | 92 Bundle result = mAccountManager.addAccount(ACCOUNT_TYPE_1, in testAccountManagementDisabled_profileAndDeviceOwnerCanAddAccount() 108 Bundle result = mAccountManager.addAccount(ACCOUNT_TYPE_1, in testUserRestriction_profileAndDeviceOwnerCanAddAndRemoveAccount()
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | AccountManagementTest.java | 65 mAccountManager.addAccount(MockAccountAuthenticator.ACCOUNT_TYPE, in testAddAccount_blocked() 76 Bundle result = mAccountManager.addAccount(MockAccountAuthenticator.ACCOUNT_TYPE, in testAddAccount_allowed()
|
D | MockAccountAuthenticator.java | 49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MockAccountAuthenticator
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 56 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount() method in StubAuthenticator.Authenticator
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 61 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in StaticAccountAuthenticator
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockAccountAuthenticator.java | 50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MockAccountAuthenticator
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 59 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount() method in StubAuthenticator.Authenticator
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestDefaultAuthenticator.java | 51 public Bundle addAccount( in addAccount() method in TestDefaultAuthenticator
|
D | TestAccountAuthenticator.java | 59 public Bundle addAccount( in addAccount() method in TestAccountAuthenticator
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAuthenticator.java | 96 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in BatteryStatsAuthenticator.Authenticator
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 95 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in StatsdAuthenticator.Authenticator
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 104 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in SyncManagerCtsAuthenticator.Authenticator
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/ |
D | TestAuthenticator.java | 91 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in TestAuthenticator.Authenticator
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | AccountAuthenticator.java | 71 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in AccountAuthenticator
|
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/ |
D | Utils.java | 105 Bundle result = accountManager.addAccount(SYNC_ACCOUNT_TYPE, null, null, null, in withAccount()
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 112 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount() method in Authenticator
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 313 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount() method in AccountManagerTest 318 AccountManagerFuture<Bundle> futureBundle = am.addAccount( in addAccount() 461 Bundle resultBundle = addAccount(am, in testAddAccount() 500 AccountManagerFuture<Bundle> futureBundle = am.addAccount( in testAddAccountWithNoAuthenticator() 550 addAccount(am, in testAddAccountWithCallbackAndHandler() 2130 Bundle resultBundle = addAccount(am, in assertHasFeature() 2223 Bundle resultBundle = addAccount(am, 2295 addAccount(am,
|
D | MockAccountAuthenticator.java | 160 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MockAccountAuthenticator
|