/cts/tests/app/src/android/app/cts/ |
D | ActivityOptionsTest.java | 36 ActivityOptions options = ActivityOptions.makeBasic(); in testActivityOptionsBundle_makeBasic() local 44 ActivityOptions options = ActivityOptions.makeBasic(); in testGetPendingIntentBackgroundActivityLaunchAllowedDefault() local 53 ActivityOptions options = ActivityOptions.makeBasic(); in testGetSetPendingIntentBackgroundActivityLaunchAllowedTrue() local 62 ActivityOptions options = ActivityOptions.makeBasic(); in testGetSetPendingIntentBackgroundActivityLaunchAllowedFalse() local 71 ActivityOptions options = ActivityOptions.makeBasic() in testGetSetPendingIntentBackgroundActivityStartModeAllowed() local 81 ActivityOptions options = ActivityOptions.makeBasic() in testGetSetPendingIntentBackgroundActivityStartModeDenied() local 90 ActivityOptions options, boolean allowed, int mode) { in checkPendingIntentBackgroundActivityStartModeBeforeAndAfterBundle() 107 ActivityOptions options = ActivityOptions.makeBasic(); in testGetPendingIntentCreatorBackgroundActivityLaunchAllowedDefault() local 116 ActivityOptions options = ActivityOptions.makeBasic() in testGetPendingIntentCreatorBackgroundActivityStartModeAllowed() local 126 ActivityOptions options = ActivityOptions.makeBasic() in testGetPendingIntentCreatorBackgroundActivityStartModeDenied() local [all …]
|
D | BroadcastOptionsIntegrationTest.java | 61 private void assertBroadcastSuccess(BroadcastOptions options) { in assertBroadcastSuccess() 72 private void assertBroadcastFailure(BroadcastOptions options) { in assertBroadcastFailure() 87 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_simple() local 110 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_enabled_success() local 117 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_enabled_failure() local 124 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_disabled_success() local 131 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_disabled_failure() local
|
D | BroadcastOptionsTest.java | 168 BroadcastOptions options = BroadcastOptions.makeBasic(); in testGetPendingIntentBackgroundActivityLaunchAllowedDefault() local 177 BroadcastOptions options = BroadcastOptions.makeBasic(); in testGetSetPendingIntentBackgroundActivityLaunchAllowedTrue() local 186 BroadcastOptions options = BroadcastOptions.makeBasic(); in testGetSetPendingIntentBackgroundActivityLaunchAllowedFalse() local 195 BroadcastOptions options = BroadcastOptions.makeBasic() in testGetSetPendingIntentBackgroundActivityStartModeAllowed() local 205 BroadcastOptions options = BroadcastOptions.makeBasic() in testGetSetPendingIntentBackgroundActivityStartModeDenied() local 215 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testSetGetDeferralPolicy() local 234 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testSetGetDeliveryGroupPolicy() local 253 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testSetGetDeliveryGroupMatchingKey() local
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | VisualQueryDetectionServiceBasicTest.java | 217 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_testCameraOpen() local 248 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_noQuery() local 277 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_attentionQueryFinishedLeave() local 313 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_audioVisualAttentionQueryStream() local 348 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_AccessibilityAttentionQueryStream() local 388 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_enableA11ySettingStreamSuccess() local 428 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_disableA11ySettingStreamFailure() local 461 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_attentionQueryRejectedLeave() local 495 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_attentionDoubleQueryFinishedLeave() local 531 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_multipleQueryStreamFinish() local [all …]
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 194 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageNone29() local 195 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNone29() local 217 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageRead29() local 218 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageRead29() local 240 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageWrite() local 241 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageWrite() local 265 final String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageNoGifts() local 267 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageNoGifts() local 268 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNoGifts() local 269 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageNoGifts() local [all …]
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AbstractAuthenticatorTests.java | 76 Bundle options = new Bundle(); in testStartAddAccountSessionDefaultImpl() local 112 Bundle options = new Bundle(); in testStartUpdateCredentialsSessionDefaultImpl() local 150 Bundle options = new Bundle(); in testFinishSessionAndStartAddAccountSessionDefaultImpl() local 220 Bundle options = new Bundle(); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local 279 private void validateSystemOptions(Bundle options) { in validateSystemOptions()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 251 private Bitmap decodeOpaqueImage(int resId, BitmapFactory.Options options) { in decodeOpaqueImage() 255 private Bitmap decodeOpaqueImage(InputStream stream, BitmapFactory.Options options) { in decodeOpaqueImage() 266 BitmapFactory.Options options = new BitmapFactory.Options(); in testWebpStreamDecode() local 280 BitmapFactory.Options options = new BitmapFactory.Options(); in testWebpStreamEncode() local 298 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream5() local 425 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseBasic() local 447 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseAttempt() local 461 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseRecycled() local 477 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseHardware() local 504 BitmapFactory.Options options = new BitmapFactory.Options(); in decodeResourceWithReuse() local [all …]
|
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/ |
D | MockAuthenticatorService.java | 54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 61 Bundle options) throws NetworkErrorException { in confirmCredentials() 67 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() 78 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/ |
D | PocAuthService.java | 42 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 58 Bundle options) throws NetworkErrorException { in confirmCredentials() 64 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() 75 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/ |
D | PocAuthService.java | 41 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 57 Bundle options) throws NetworkErrorException { in confirmCredentials() 63 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() 74 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestAccountAuthenticator.java | 64 Bundle options) throws NetworkErrorException { in addAccount() 110 Bundle options) throws NetworkErrorException { in confirmCredentials() 157 Bundle options) throws NetworkErrorException { in getAuthToken() 221 Bundle options) throws NetworkErrorException { in updateCredentials() 315 Bundle options) throws NetworkErrorException { in startAddAccountSession() 362 Bundle options) in startUpdateCredentialsSession() 395 private void fillDefaultError(Bundle result, Bundle options) { in fillDefaultError()
|
D | TestDefaultAuthenticator.java | 56 Bundle options) throws NetworkErrorException { in addAccount() 81 Bundle options) throws NetworkErrorException { in confirmCredentials() 91 Bundle options) throws NetworkErrorException { in getAuthToken() 107 Bundle options) throws NetworkErrorException { in updateCredentials()
|
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsAuthenticator.java | 54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 66 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 72 Bundle options) throws NetworkErrorException { in confirmCredentials() 78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
|
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/ |
D | TestAccountAuthenticator.java | 50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 57 Bundle options) throws NetworkErrorException { in confirmCredentials() 65 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() 76 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/ |
D | PocAuthenticator.java | 56 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 73 Bundle options) throws NetworkErrorException { in confirmCredentials() 79 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() 90 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
|
/cts/hostsidetests/media/src/android/media/router/cts/ |
D | ProxyMediaRouter2HostSideTest.java | 149 DeviceTestRunOptions options = in getInstance_acrossUsers_withInteractAcrossUsersFull_returnsInstance() local 233 DeviceTestRunOptions options = in getInstance_acrossUsers_withoutInteractAcrossUsersFull_throwsSecurityException() local 262 DeviceTestRunOptions options = in getInstance_acrossUsers_withFakePackageName_throwsIAE() local 299 DeviceTestRunOptions options = in getInstance_withinUser_returnsInstance() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/ |
D | Authenticator.java | 95 String authTokenType, Bundle options) { in getAuthToken() 101 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 144 …Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials() 149 …als(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) { in updateCredentials()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockAccountAuthenticator.java | 51 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 63 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 69 Bundle options) throws NetworkErrorException { in confirmCredentials() 78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | MockAccountAuthenticator.java | 50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 62 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 68 Bundle options) throws NetworkErrorException { in confirmCredentials() 77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 105 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 117 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 123 Bundle options) throws NetworkErrorException { in confirmCredentials() 129 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 107 Account account, String authTokenType, Bundle options) { in getAuthToken() 114 Bundle options) { in addAccount() 164 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials() 170 Account account, String authTokenType, Bundle options) { in updateCredentials()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | StartUpdateCredentialsSessionTx.java | 26 public final Bundle options; field in StartUpdateCredentialsSessionTx 37 Bundle options) { in StartUpdateCredentialsSessionTx()
|
D | ConfirmCredentialsTx.java | 25 public final Bundle options; field in ConfirmCredentialsTx 36 Bundle options, in ConfirmCredentialsTx()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21124/test-app/src/android/security/cts/CVE_2023_21124_test/ |
D | PocAuthService.java | 64 Bundle options) in addAccount() 144 AccountAuthenticatorResponse response, Account account, Bundle options) in confirmCredentials() 154 Bundle options) in getAuthToken() 169 Bundle options) in updateCredentials()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/ |
D | PocAuthService.java | 133 Bundle options) in addAccount() 140 AccountAuthenticatorResponse response, Account account, Bundle options) in confirmCredentials() 150 Bundle options) in getAuthToken() 165 Bundle options) in updateCredentials()
|