Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyStoreExceptionTest.java99 KeyStoreException ex = new KeyStoreException(i, null); in testRequiresUserAuthenticationFlaggedCorrectly() local
123 KeyStoreException ex = new KeyStoreException(22, "RKP failure", in testOutOfKeysFailureServerUnavailable() local
139 KeyStoreException ex = new KeyStoreException(22, "RKP failure", in testOutOfKeysFailurePendingConnectivity() local
155 KeyStoreException ex = new KeyStoreException(22, "RKP failure", in testOutOfKeysFailureDeviceNotRegistered() local
171 KeyStoreException ex = new KeyStoreException(23, "RKP failure"); in testRkpFailureDeviceContainPotentiallyVulnerableSoftware() local
184 KeyStoreException ex = new KeyStoreException(24, "RKP failure"); in testRkpFailurePendingConnectivity() local
199 KeyStoreException ex = new KeyStoreException(25, "RKP failure"); in testRkpFailureTransient() local
214 KeyStoreException ex = new KeyStoreException(26, "RKP failure"); in testRkpFailurePermanent() local
/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java114 float ex = 50 + (50 * ratio); in testMaximumAngle() local
128 float ex = 37.5f; in testMinimumHorizontalAngle() local
168 float ex = 0; in testMinimumVerticalAngle() local
208 float ex = 50; in horizontalAndVerticalMotion() local
/cts/tests/app/src/android/app/cts/
DPendingIntent_CanceledExceptionTest.java41 Exception ex = new Exception(); in testConstructor() local
/cts/tests/tests/media/misc/jni/
Dnative-media-jni.cpp91 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_misc_cts_NativeDecoderTest_testPsshNative() local
176 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_misc_cts_NativeDecoderTest_createAMediaExtractor() local
195 AMediaExtractor *ex = reinterpret_cast<AMediaExtractor *>(jex); in Java_android_media_misc_cts_NativeDecoderTest_setAMediaExtractorDataSource() local
206 JNIEnv * /*env*/, jclass /*clazz*/, jlong ex) { in Java_android_media_misc_cts_NativeDecoderTest_deleteAMediaExtractor()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DNativeDecoderTest.java116 MediaExtractor ex = new MediaExtractor(); in testPssh() local
127 private static void testPssh(MediaExtractor ex) { in testPssh()
160 final long ex = createAMediaExtractor(); in testAMediaDataSourceClose() local
172 private void setAMediaExtractorDataSourceAndFailIfAnr(final long ex, final long ds) in setAMediaExtractorDataSourceAndFailIfAnr()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAsyncUtils.java61 Throwable ex = awaitFailure(f, time, timeUnit); in awaitCancellation() local
/cts/tests/tests/media/muxer/jni/
Dnative_muxer_jni.cpp34 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_muxer_cts_NativeMuxerTest_testMuxerNative() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java451 public static boolean hasCodecForTrack(MediaExtractor ex, int track) { in hasCodecForTrack()
462 public static boolean hasCodecsForMedia(MediaExtractor ex) { in hasCodecsForMedia()
480 public static boolean hasCodecForMediaAndDomain(MediaExtractor ex, String mimePrefix) { in hasCodecForMediaAndDomain()
499 MediaExtractor ex = null; in hasCodecsForResourceCombo() local
528 MediaExtractor ex = null; in hasCodecsForResourceCombo() local
608 MediaExtractor ex = null; in hasCodecsForPath() local
626 MediaExtractor ex = new MediaExtractor(); in getExtractorForPath() local
1265 MediaCodec decoder, MediaExtractor ex, List<String> frameMD5Sums) in verifyDecoder()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DNativeDecoderTest.java193 MediaExtractor ex = new MediaExtractor(); in getDecodedData() local
197 private static int[] getDecodedData(MediaExtractor ex) throws IOException { in getDecodedData()
DAdaptivePlaybackTest.java357 private void ex(Iterable<Codec> codecList, MediaTest test) { in ex() method in AdaptivePlaybackTest
361 private void ex(Iterable<Codec> codecList, MediaTest[] testList) { in ex() method in AdaptivePlaybackTest
DDecoderTest.java500 MediaExtractor ex = new MediaExtractor(); in testBFrames() local
704 MediaExtractor ex = new MediaExtractor(); in testColorAspects() local
/cts/hostsidetests/appsecurity/test-apps/ReadSettingsFieldsApp/src/com/android/cts/readsettingsfieldsapp/
DReadSettingsFieldsTest.java95 private boolean isSettingsDeprecated(SecurityException ex) { in isSettingsDeprecated()
99 private boolean isAvailableForLowerOrEqualTargetedSDK(SecurityException ex) { in isAvailableForLowerOrEqualTargetedSDK()
/cts/tests/tests/ndef/src/android/ndef/cts/
DNdefTest.java581 BufferUnderflowException ex = new BufferUnderflowException(); in testFormatException() local
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java256 MediaExtractor ex = new MediaExtractor(); in getDecodersForPath() local
320 MediaExtractor ex = new MediaExtractor(); in verifyBitstream() local
/cts/tests/app/app/src/android/app/stubs/
DSearchManagerStubActivity.java155 private void fail(Exception ex) { in fail()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPasswordComplexityTest.java599 NeneException ex = Assert.assertThrows(NeneException.class, in assertCannotSetPassword() local
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java295 MediaExtractor ex = new MediaExtractor(); in testForwardLockAccess() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioFocusTest.java199 Exception ex = null; in testInvalidAudioFocusRequestDelayNoListener() local
215 Exception ex = null; in testInvalidAudioFocusRequestPauseOnDuckNoListener() local
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1105 final Exception ex = assertThrows(IllegalArgumentException.class, in queriesNothing_setInstallerPackageName_targetIsNoApi_throwsException() local
1112 final Exception ex = assertThrows(IllegalArgumentException.class, in queriesNothing_setInstallerPackageName_installerIsNoApi_throwsException() local
/cts/tests/tests/media/decoder/jni/
Dnative-media-jni.cpp284 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicy.kt76 .terminalException { ex: Throwable -> in <lambda>() method
/cts/tests/media/jni/
DNativeExtractorTest.cpp221 AMediaExtractor** ex, AMediaDataSource** ds, const char* url) { in createExtractorFromUrl()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java2379 MediaExtractor ex = new MediaExtractor(); in doStagefrightTestMediaCodec() local
3313 MediaExtractor ex = new MediaExtractor(); in doStagefrightTestExtractorSeek() local
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java987 MediaExtractor ex = new MediaExtractor(); in testLevel() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java196 private static void logMediaCodecException(MediaCodec.CodecException ex) { in logMediaCodecException()

12