/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/ |
D | SlogfTest.java | 74 Throwable throwable = new Throwable(EXCEPTION_MSG); in testV_msg2() local 118 Throwable throwable = new Throwable(EXCEPTION_MSG); in testD_msg2() local 160 Throwable throwable = new Throwable(EXCEPTION_MSG); in testI_msg2() local 204 Throwable throwable = new Throwable(EXCEPTION_MSG); in testW_msg2() local 223 Throwable throwable = new Throwable(EXCEPTION_MSG); in testW_msg4() local 269 Throwable throwable = new Throwable(EXCEPTION_MSG); in testE_msg2() local 325 Throwable throwable = new Throwable(EXCEPTION_MSG); in testWTF_msg2() local 346 Throwable throwable = new Throwable(EXCEPTION_MSG); in testWTF_msg4() local 431 private void assertLogcatStackTrace(Level level, Throwable throwable) { in assertLogcatStackTrace()
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | LogHelper.java | 22 static void loge(String message, Throwable throwable) { in loge()
|
D | ResultObserver.java | 39 void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable); in notifyFailure()
|
D | ExpectedFailuresFilter.java | 51 …ublic void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable) { in notifyFailure()
|
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | CompilationTest.java | 232 Throwable throwable = assertThrows(Throwable.class, () -> { in testExternalProfileValidationFailed() local 252 Throwable throwable = assertThrows(Throwable.class, () -> { in testExternalProfileValidationMultiPackageFailed() local 272 Throwable throwable = assertThrows(Throwable.class, in testEmbeddedProfileFailed() local 302 Throwable throwable = assertThrows(Throwable.class, () -> { in testExternalProfileValidationMultiPackageFailedMultipleErrors() local 388 Throwable throwable = assertThrows(Throwable.class, () -> { in testInstallCompilerFilterOverrideInvalid() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | InflateExceptionTest.java | 52 Throwable throwable = new Exception(); in testInflateException() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/ |
D | PollValueFailedException.java | 27 public PollValueFailedException(String message, Throwable throwable) { in PollValueFailedException()
|
D | NeneException.java | 34 public NeneException(String message, Throwable throwable) { in NeneException()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | RunOnMainUtils.java | 34 AtomicReference<Throwable> throwable = new AtomicReference<>(null); in getOnMain() local
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/exceptions/ |
D | AppSearchExceptionCtsTest.java | 51 IllegalArgumentException throwable = new IllegalArgumentException("You can't do that!"); in testExceptionWithThrowable() local
|
/cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
D | TestResultObserver.java | 39 Throwable throwable) { in notifyFailure()
|
/cts/tests/mediaprovider/preconditions/src/android/provider/cts/preconditions/ |
D | ExternalStoragePreparer.java | 47 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown()
|
/cts/libs/vogar-expect/src/vogar/expect/util/ |
D | LogOutput.java | 34 void info(String message, Throwable throwable); in info()
|
D | Log.java | 56 public static void info(String message, Throwable throwable) { in info()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | AppSecurityPreparer.java | 66 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown()
|
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/ |
D | DumpOnFailureRule.java | 47 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
|
/cts/tests/BlobStore/src/com/android/cts/blob/ |
D | DumpOnFailureRule.java | 45 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiPresenceCheckerTest.java | 134 private final Throwable throwable; field in ApiPresenceCheckerTest.Failure 136 public Failure(FailureType type, String name, String errorMessage, Throwable throwable) { in Failure() 178 Throwable throwable) { in notifyFailure()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/ |
D | SimpleAccountManagerFuture.java | 107 public void setException(Throwable throwable) { in setException()
|
D | AccountManagerFutureWrapper.java | 92 public void onException(Throwable throwable) { in onException()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | DumpOnFailureRule.java | 46 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ScreenshotTestRule.java | 92 protected void failed(Throwable throwable, Description description) { in failed()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | IntentServiceStub.java | 41 private static Throwable throwable; field in IntentServiceStub
|
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/ |
D | SingleTestNGTestRunListener.java | 81 Throwable throwable = result.getThrowable(); in onTestFailure() local
|
D | TestNgRunner.java | 139 Throwable throwable = failureEntry.getValue(); in extractException() local
|