Home
last modified time | relevance | path

Searched defs:thrown (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/phr/validations/
DFhirResourceValidatorTest.java149 Throwable thrown = in testValidateFhirResource_missingRequiredPrimitiveTypeField_throws() local
165 Throwable thrown = in testValidateFhirResource_unknownField_throws() local
184 Throwable thrown = in testValidateFhirResource_unknownFieldWithUnderscore_throws() local
207 Throwable thrown = in testValidateFhirResource_nonPrimitiveFieldWithUnderscore_throws() local
223 Throwable thrown = in testValidateFhirResource_missingRequiredField_throws() local
246 Throwable thrown = in testValidateFhirResource_requiredNonPrimitiveFieldWithUnderscore_throws() local
270 Throwable thrown = in testValidateFhirResource_missingRequiredMultiTypeField_throws() local
293 Throwable thrown = in testValidateFhirResource_multipleTypesSetRequiredField_throws() local
318 Throwable thrown = in testValidateFhirResource_multipleTypesSetOptionalField_throws() local
338 Throwable thrown = in testValidateFhirResource_primitiveTypeFieldContainsNull_throws() local
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java93 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in testConfigFileHaveInvalidJsonObject() local
105 var thrown = assertThrows(IllegalArgumentException.class, () -> in testConfigFileInvalidJsonKey() local
116 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testConfigFileRootIsNotArray() local
127 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testConfigFileRootHasElementIsNotJsonObject() local
139 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParseEachPropertyJsonObjectIsEmpty() local
163 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdFieldNotExist() local
174 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdValueNull() local
185 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdWithWrongValueType() local
208 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdWithEmptyStringValue() local
220 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdWithIntStringValue() local
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioZonesHelperImplUnitTest.java775 IllegalArgumentException thrown = in loadAudioZones_versionOneFailsOnAudioZoneId() local
794 IllegalArgumentException thrown = in loadAudioZones_versionOneFailsOnOccupantZoneId() local
922 IllegalArgumentException thrown = in loadAudioZones_failsOnDuplicateOccupantZoneId() local
941 IllegalArgumentException thrown = in loadAudioZones_failsOnDuplicateAudioZoneId() local
961 IllegalArgumentException thrown = in loadAudioZones_failsOnDuplicateZoneConfigName() local
982 IllegalArgumentException thrown = in loadAudioZones_failsOnEmptyZoneConfigName() local
1003 NullPointerException thrown = in loadAudioZones_failsOnMissingZoneConfigName() local
1024 IllegalArgumentException thrown = in loadAudioZones_failsOnPrimaryZoneWithMultipleConfigs() local
1046 IllegalArgumentException thrown = in loadAudioZones_failsOnEmptyInputDeviceAddress() local
1065 IllegalArgumentException thrown = in loadAudioZones_failsOnNonNumericalAudioZoneId() local
[all …]
DCarAudioServiceUnitTest.java829 NullPointerException thrown = in constructor_withNullContext_fails() local
838 NullPointerException thrown = in constructor_withNullContextAndNullPath_fails() local
858 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in constructor_withLegacyMode_enableFadeManagerConfiguration_fails() local
871 IllegalStateException thrown = in init_withVolumeControlPolicyRegistrationError_fails() local
899 RuntimeException thrown = in init_withRepeatedDynamicDevicesInConfig_fails() local
929 IllegalStateException thrown = in init_withFocusControlPolicyRegistrationError_fails() local
957 IllegalStateException thrown = in init_withAudioRoutingPolicyRegistrationError_fails() local
990 IllegalStateException thrown = in init_withFadeManagerConfigPolicyRegistrationError_fails() local
1125 IllegalArgumentException thrown = in init_withCoreVolumeMisconfigured_failsOnInit() local
1449 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> in createAudioPatch_onMediaOutputDevice_failsForConfigurationMissing() local
[all …]
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DDeviceStateControllerImplTest.java95 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withProvisionInProgressState_shouldThrowException() local
110 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withProvisionPausedState_shouldThrowException() local
125 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withProvisionFailedState_shouldThrowException() local
157 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withClearDeviceState_shouldThrowException() local
217 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withProvisionInProgressState_shouldThrowException() local
232 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withProvisionPausedState_shouldThrowException() local
247 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withProvisionFailedState_shouldThrowException() local
263 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withClearDeviceState_shouldThrowException() local
289 ExecutionException thrown = assertThrows(ExecutionException.class, in clearDevice_withUnprovisionedState_shouldThrowException() local
304 ExecutionException thrown = assertThrows(ExecutionException.class, in clearDevice_withProvisionInProgressState_shouldThrowException() local
[all …]
/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt189 val thrown = in setSafetySourceData_unknownId_throwsIllegalArgumentException() constant
201 val thrown = in setSafetySourceData_staticId_throwsIllegalArgumentException() constant
215 val thrown = in setSafetySourceData_differentPackage_throwsIllegalArgumentException() constant
236 val thrown = in setSafetySourceData_wronglySignedPackage_throwsIllegalArgumentException() constant
266 val thrown = in setSafetySourceData_invalidPackageCertificate_throwsIllegalArgumentException() constant
280 val thrown = in setSafetySourceData_sourceInStatelessGroupNotUnspecified_throwsIllegalArgumentException() constant
298 val thrown = in setSafetySourceData_nullUnknownId_throwsIllegalArgumentException() constant
310 val thrown = in setSafetySourceData_nullStaticId_throwsIllegalArgumentException() constant
324 val thrown = in setSafetySourceData_nullDifferentPackage_throwsIllegalArgumentException() constant
341 val thrown = in setSafetySourceData_issueOnlyWithStatus_throwsIllegalArgumentException() constant
[all …]
/aosp_15_r20/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DFadeManagerConfigurationUnitTest.java315 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testSetFadeState_toInvalid_fails() local
344 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in testSetFadeOutVolShaperConfig_withNullAudioAttributes_fails() local
370 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in testSetFadeInVolShaperConfig_withNullAudioAttributes_fails() local
398 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in testSetFadeOutDuration_withNullAudioAttributes_fails() local
409 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testSetFadeOutDuration_withInvalidDuration_fails() local
420 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in testSetFadeInDuration_withNullAudioAttributes_fails() local
431 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testSetFadeInDuration_withInvalidDuration_fails() local
481 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testSetFadeableUsages_withInvalidUsage_fails() local
491 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in testSetFadeableUsages_withNullUsages_fails() local
580 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testAddFadeableUsage_withInvalidUsage_fails() local
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/hal/
DAudioControlWrapperV2Test.java131 IllegalStateException thrown = assertThrows(IllegalStateException.class, in registerFocusListener_throws() local
190 IllegalStateException thrown = assertThrows(IllegalStateException.class, in onAudioFocusChange_throws() local
206 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in onDevicesToMuteChange_throws() local
218 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in registerAudioGainCallback_throws() local
228 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in unregisterAudioGainCallback_throws() local
238 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in setModuleChangeCallback_throws() local
249 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in clearModuleChangeCallback_throws() local
273 IllegalStateException thrown = assertThrows(IllegalStateException.class, in linkToDeath_throws() local
299 IllegalStateException thrown = assertThrows(IllegalStateException.class, in unlinkToDeath_throws() local
309 Exception thrown = assertThrows(UnsupportedOperationException.class, in getAudioDeviceConfiguration_throws() local
[all …]
DAudioControlWrapperV1Test.java103 IllegalStateException thrown = assertThrows(IllegalStateException.class, in getBusForContext_throws() local
162 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in onDevicesToMuteChange_throws() local
174 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in registerAudioGainCallback_throws() local
184 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in unregisterAudioGainCallback_throws() local
194 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in setModuleChangeCallback_throws() local
204 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in clearModuleChangeCallback_throws() local
227 IllegalStateException thrown = assertThrows(IllegalStateException.class, in linkToDeath_throws() local
253 IllegalStateException thrown = assertThrows(IllegalStateException.class, in unlinkToDeath_throws() local
263 Exception thrown = assertThrows(UnsupportedOperationException.class, in getAudioDeviceConfiguration_throws() local
272 Exception thrown = assertThrows(UnsupportedOperationException.class, in getOutputMirroringDevices_throws() local
[all …]
DHalAudioDeviceInfoTest.java115 Throwable thrown = assertThrows(NullPointerException.class, in constructor_requiresNonNullAudioPort() local
129 Throwable thrown = assertThrows(NullPointerException.class, in constructor_requiresNonNullAudioGains() local
152 Throwable thrown = assertThrows(IllegalStateException.class, in constructor_requiresJointModeAudioGain() local
175 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresMaxGainLargerThanMin() local
198 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresDefaultGainLargerThanMin() local
221 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresDefaultGainSmallerThanMax() local
244 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresGainStepSizeFactorOfRange() local
267 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresGainStepSizeFactorOfRangeToDefault() local
283 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresAudioPortDeviceExt() local
297 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresConnectionBus() local
[all …]
/aosp_15_r20/external/pigweed/pw_transfer/java/test/dev/pigweed/pw_transfer/
H A DTransferClientTest.java111 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_read_failedPreconditionError_aborts() local
459 ExecutionException thrown = assertThrows(ExecutionException.class, second::get); in legacy_read_multipleWithSameId_atSameTime_failsWithAlreadyExistsError() local
471 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_read_sendErrorOnFirstPacket_fails() local
488 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_read_sendErrorOnLaterPacket_aborts() local
511 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_read_transferProtocolError_aborts() local
571 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_write_platformTransferDisabled_aborted() local
592 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_write_failedPreconditionError_aborts() local
804 ExecutionException thrown = assertThrows(ExecutionException.class, second::get); in legacy_write_multipleWithSameId_atSameTime_failsWithAlreadyExistsError() local
816 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_write_sendErrorOnFirstPacket_failsImmediately() local
828 ExecutionException thrown = assertThrows(ExecutionException.class, future::get); in legacy_write_serviceRequestsNoData_aborts() local
[all …]
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarAudioManagerUnitTest.java649 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in registerCarVolumeGroupEventCallback_withNullExecutor_fails() local
660 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in registerCarVolumeGroupEventCallback_withNullCallback_fails() local
710 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in unregisterCarVolumeGroupEventCallback_withNullCallback_fails() local
963 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in switchAudioZoneToConfig_withNullConfig_fails() local
974 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in switchAudioZoneToConfig_withNullExecutor_fails() local
985 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in switchAudioZoneToConfig_withNullCallback_fails() local
1007 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in setAudioZoneConfigsChangeCallback_withNullExecutor_fails() local
1017 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in setAudioZoneConfigsChangeCallback_withNullCallback_fails() local
1039 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> in setAudioZoneConfigsChangeCallback_multipleTimes_fails() local
1117 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in setPrimaryZoneMediaAudioRequestCallback_withNullExecutor_fails() local
[all …]
/aosp_15_r20/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/cluster/
H A DClusterHomeManagerPermissionTest.java86 SecurityException thrown = assertThrows(SecurityException.class, in testRegisterClusterStateListener_requiresPermission() local
94 SecurityException thrown = assertThrows(SecurityException.class, in testRegisterClusterNavigationStateListener_requiresPermission() local
103 SecurityException thrown = assertThrows(SecurityException.class, in testGetClusterState_requiresPermission() local
110 SecurityException thrown = assertThrows(SecurityException.class, in testUnReportState_requiresPermission() local
117 SecurityException thrown = assertThrows(SecurityException.class, in testRequestDisplay_requiresPermission() local
124 SecurityException thrown = assertThrows(SecurityException.class, in testStartFixedActivityModeAsUser_requiresPermission() local
132 SecurityException thrown = assertThrows(SecurityException.class, in testStopFixedActivityMode_requiresPermission() local
140 SecurityException thrown = assertThrows(SecurityException.class, in testSendHeartbeat_requiresPermission() local
149 SecurityException thrown = assertThrows(SecurityException.class, in testStartVisibilityMonitoring_requiresPermission() local
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DTunerAdapterTest.java187 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in getConfiguration_withInvalidParameters_fails() local
420 RuntimeException thrown = assertThrows(RuntimeException.class, in tune_withSelectorWhenServiceDied_fails() local
463 RuntimeException thrown = assertThrows(RuntimeException.class, in cancelAnnouncement_whenServiceDied_fails() local
520 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in getMetadataImage_withImageIdUnavailable_fails() local
529 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in getMetadataImage_withInvalidId_fails() local
540 RuntimeException thrown = assertThrows(RuntimeException.class, in getMetadataImage_whenServiceDied_fails() local
561 RuntimeException thrown = assertThrows(RuntimeException.class, in startBackgroundScan_whenServiceDied_fails() local
584 IllegalStateException thrown = assertThrows(IllegalStateException.class, in isAnalogForced_whenNotSupported_fails() local
606 IllegalStateException thrown = assertThrows(IllegalStateException.class, in setAnalogForced_whenNotSupported_fails() local
629 RuntimeException thrown = assertThrows(RuntimeException.class, in isConfigFlagSupported_whenServiceDied_fails() local
[all …]
H A DRadioAlertUnitTest.java90 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in constructor_withNullValueName_forGeocode_fails() local
100 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in constructor_withNullValue_forGeocode_fails() local
169 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in constructor_withInvalidLatitude_forCoordinate_fails() local
178 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in constructor_withInvalidLongitude_forCoordinate_fails() local
251 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in constructor_withNullCoordinates_forPolygon_fails() local
260 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in constructor_withLessThanFourCoordinates_forPolygon_fails() local
270 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in constructor_withDifferentFirstAndLastCoordinates_forPolygon_fails() local
330 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in constructor_withNullPolygons_forAlertArea_fails() local
339 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in constructor_withNullGeocodes_forAlertArea_fails() local
407 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in constructor_withNullCategories_forAlertInfo_fails() local
[all …]
H A DRadioMetadataTest.java104 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in putString_withIllegalKey() local
117 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in putInt_withIllegalKey() local
130 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in putBitmap_withIllegalKey() local
143 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in putClock_withIllegalKey() local
158 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in putStringArray_withIllegalKey_throwsException() local
171 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in putStringArray_withNullKey_throwsException() local
183 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in putStringArray_withNullString_throwsException() local
298 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in getBitmapId_withIllegalKey_fails() local
310 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in getBitmapId_withNullKey_fails() local
370 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in getStringArray_withKeyNotInMetadata() local
[all …]
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DTunerSessionHidlTest.java386 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in tune_withUnsupportedSelector_throwsException() local
413 ParcelableException thrown = assertThrows(ParcelableException.class, () -> { in tune_withUnknownErrorFromHal_fails() local
427 IllegalStateException thrown = assertThrows(IllegalStateException.class, in tune_withClosedTuner_fails() local
487 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> { in step_withHalInInvalidState_fails() local
566 ParcelableException thrown = assertThrows(ParcelableException.class, () -> { in seek_withInternalErrorFromHal_fails() local
599 RuntimeException thrown = assertThrows(RuntimeException.class, () -> { in cancel_whenHalThrowsRemoteException_fails() local
612 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in getImage_withInvalidId_throwsIllegalArgumentException() local
636 RuntimeException thrown = assertThrows(RuntimeException.class, () -> { in getImage_whenHalThrowsException_fails() local
682 ParcelableException thrown = assertThrows(ParcelableException.class, () -> { in startProgramListUpdates_withUnknownErrorFromHal_fails() local
742 RuntimeException thrown = assertThrows(RuntimeException.class, () -> { in setConfigFlag_withUnsupportedFlag_throwsRuntimeException() local
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/androidx.datastore_datastore-core-okio/android_common_apex30/local-combined/
Dandroidx.datastore_datastore-core-okio.jar ... iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/androidx.datastore_datastore-core-okio/android_common_apex33/local-combined/
Dandroidx.datastore_datastore-core-okio.jar ... iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/androidx.datastore_datastore-core-okio/android_common/local-combined/
Dandroidx.datastore_datastore-core-okio.jar ... iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/
HDdatastore-core-okio-jvm-1.2.0-alpha01.jar ... iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv Throwable thrown$iv$iv ...
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DAdSelectionConfigValidatorTest.java161 IllegalArgumentException thrown = in testVerifyEmptySeller() local
179 IllegalArgumentException thrown = in testVerifyNotDomainNameSeller() local
196 IllegalArgumentException thrown = in testVerifyInvalidSeller() local
218 IllegalArgumentException thrown = in testVerifyNoHostSeller() local
235 IllegalArgumentException thrown = in testVerifyNoHostDecisionLogicUri() local
258 IllegalArgumentException thrown = in testVerifyInconsistentSellerUris() local
281 IllegalArgumentException thrown = in testVerifyTrustedScoringSignalsUriIsRelative() local
303 IllegalArgumentException thrown = in testVerifyTrustedScoringSignalsUriIsNotHTTPS() local
329 IllegalArgumentException thrown = in testVerifyInconsistentSellerUrisByPrefix() local
366 IllegalArgumentException thrown = in testContextualAdsDecisionLogicEtldMismatch() local
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DTunerSessionTest.java408 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in tune_withUnsupportedSelector_throwsException() local
423 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in tune_withInvalidSelector_throwsIllegalArgumentException() local
451 ParcelableException thrown = assertThrows(ParcelableException.class, () -> { in tune_withUnknownErrorFromHal_fails() local
465 IllegalStateException thrown = assertThrows(IllegalStateException.class, in tune_withClosedTuner_fails() local
527 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> { in step_withHalInInvalidState_fails() local
606 ParcelableException thrown = assertThrows(ParcelableException.class, () -> { in seek_withInternalErrorFromHal_fails() local
639 RuntimeException thrown = assertThrows(RuntimeException.class, () -> { in cancel_whenHalThrowsRemoteException_fails() local
652 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in getImage_withInvalidId_throwsIllegalArgumentException() local
677 RuntimeException thrown = assertThrows(RuntimeException.class, () -> { in getImage_whenHalThrowsException_fails() local
980 ParcelableException thrown = assertThrows(ParcelableException.class, () -> { in startProgramListUpdates_withUnknownErrorFromHal_fails() local
[all …]
/aosp_15_r20/cts/common/device-side/bedstead/performanceanalyzer/src/test/kotlin/com/android/bedstead/performanceanalyzer/
H A DPerformanceAnalyzerTest.kt50 val thrown = assertThrows(PerformanceTestFailedException::class.java) { in analyzeThat_runnable_finishesIn_false_throws() constant
69 val thrown = assertThrows(PerformanceTestFailedException::class.java) { in analyzeThat_runnable_withCleanUpSpecified_finishesIn_false_throws() constant
90 val thrown = assertThrows(PerformanceTestFailedException::class.java) { in analyzeThat_runnable_withCleanUpAndIterationsSpecified_finishesIn_false_throws() constant
102 val thrown = assertThrows(PerformanceTestFailedException::class.java) { in analyzeThat_runnableThatFails_summaryContainsFailureCounts() constant
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DCleanupTest.kt73 val thrown = assertFailsWith<TestException1> { in testThrowTry() constant
91 val thrown = assertFailsWith<TestException2> { in testThrowCleanup() constant
109 val thrown = assertFailsWith<TestException1> { in testThrowBoth() constant
178 val thrown = assertFailsWith<TestException2> { in testThrowInCatch() constant
197 val thrown = assertFailsWith<AssertionError> { in testAssertionErrorInCatch() constant
216 val thrown = assertFailsWith<TestException1> { in testMultipleCleanups() constant

12345678910>>...44