/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/ |
D | BugStorageUtilsTest.java | 243 private static void assertThrows(Class<? extends Throwable> exceptionClass, in assertThrows() argument 248 assertTrue("Expected exception type " + exceptionClass.getName() + " but got " in assertThrows() 249 + e.getClass().getName(), exceptionClass.isAssignableFrom(e.getClass())); in assertThrows() 252 fail("Expected exception type " + exceptionClass.getName() in assertThrows()
|
/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/apps/ |
D | Receiver.java | 103 private static void expectException(Class exceptionClass, String type, Runnable runnable) { in expectException() argument 109 if (!e.getClass().equals(exceptionClass)) { in expectException()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | RetryStrategyTest.java | 101 RetryStrategyTestHelper test, Class<? extends Exception> exceptionClass) { in retryAndWaitForException() argument 114 Truth.assertThat(exception).hasCauseThat().isInstanceOf(exceptionClass); in retryAndWaitForException()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNotifyPayloadTest.java | 274 int errorType, Class<T> exceptionClass) throws Exception { in verifyValidateAndBuildIkeExceptionWithoutData() argument 277 payload.validateAndBuildIkeException(), errorType, exceptionClass); in verifyValidateAndBuildIkeExceptionWithoutData() local 281 IkeProtocolException exception, int errorType, Class<T> exceptionClass) in verifyIkeExceptionWithoutData() argument 283 assertTrue(exceptionClass.isInstance(exception)); in verifyIkeExceptionWithoutData()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | AppSearchResult.java | 262 String exceptionClass = t.getClass().getSimpleName(); in throwableToFailedResult() local 275 return AppSearchResult.newFailedResult(resultCode, exceptionClass + ": " + t.getMessage()); in throwableToFailedResult()
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | LocationPermissionCheckerTest.java | 307 private static void assertThrows(Class<? extends Exception> exceptionClass, Runnable r) { 310 Assert.fail("Expected " + exceptionClass + " to be thrown."); 312 assertTrue(exceptionClass.isInstance(exception));
|
/packages/modules/OnDevicePersonalization/tests/cts/service/src/com/android/ondevicepersonalization/testing/sampleservice/ |
D | SampleWorker.java | 396 String exceptionClass = in createException() local 399 var clazz = Class.forName(exceptionClass); in createException()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 707 IState state, Class<T> exceptionClass, int metricsExceptionType) { in verifyHandleFatalErrorAndQuit() argument 712 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit() 895 Class<? extends IkeException> exceptionClass, in verifyNotifyUsersDeleteSession() argument 905 if (exceptionClass == null) { in verifyNotifyUsersDeleteSession() 910 .onClosedWithException(any(exceptionClass)); in verifyNotifyUsersDeleteSession() 1361 Class<T> exceptionClass, IState expectedState, int expectedErrorCode) { in verifyIkeSessionFatalErrorAndSendOutboundIkeDeletePayload() argument 1365 verify(mMockChildSessionSmCallback).onFatalIkeSessionError(any(exceptionClass)); in verifyIkeSessionFatalErrorAndSendOutboundIkeDeletePayload()
|
/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |