HomeSort by relevance Sort by last modified time
    Searched defs:uncaughtException (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /art/test/050-sync-test/src/
ThreadDeathHandler.java 29 public void uncaughtException(Thread t, Throwable e) {
  /art/test/054-uncaught/src/
ThreadDeathHandler.java 29 public void uncaughtException(Thread t, Throwable e) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
NullWebViewUtils.java 79 public void uncaughtException(Thread t, Throwable e) {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
UnhandledExceptionHandler.java 41 public void uncaughtException(Thread unusedThread, final Throwable e) {
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadTest.java 26 public void uncaughtException(Thread t, Throwable e) {
ForkJoinPoolTest.java 66 public void uncaughtException(Thread t, Throwable e) {
281 public void uncaughtException(Thread t, Throwable e) {
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandleStatics.java 153 /*non-public*/ static Error uncaughtException(Throwable ex) {
  /external/guava/guava/src/com/google/common/util/concurrent/
UncaughtExceptionHandlers.java 62 @Override public void uncaughtException(Thread t, Throwable e) {
  /libcore/ojluni/src/main/java/java/lang/
ThreadGroup.java     [all...]
Thread.java 831 * @see ThreadGroup#uncaughtException(Thread,Throwable)
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowHandlerThreadTest.java 97 public void uncaughtException(Thread t, Throwable e) {
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 184 public void uncaughtException(final Thread thread, final Throwable ex) {
194 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex);
198 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 74 public void uncaughtException(Thread t, Throwable e) {
113 * If {@link #uncaughtException(Thread, Throwable) uncaughtException} is called
115 * {@link LoggingHandler#uncaughtException(Thread, Throwable)
116 * loggingHandler.uncaughtException} will be called first.
119 * this instance's {@link #uncaughtException(Thread, Throwable) uncaughtException}
127 public void uncaughtException(Thread t, Throwable e) {
167 * {@code thread.getUncaughtExceptionHandler().uncaughtException(thread, e);}
182 mLoggingHandler.uncaughtException(t, e)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginManagerImpl.java 353 public void uncaughtException(Thread thread, Throwable throwable) {
355 mHandler.uncaughtException(thread, throwable);
373 mHandler.uncaughtException(thread, throwable);
  /external/droiddriver/src/io/appium/droiddriver/helpers/
BaseDroidDriverTest.java 49 private static volatile Throwable uncaughtException;
53 public void uncaughtException(Thread thread, Throwable ex) {
54 uncaughtException = ex;
55 // In most cases uncaughtException will be reported by onFailure().
58 Logs.log(Log.ERROR, uncaughtException, "uncaughtException");
121 // Give uncaughtException (thrown by AUT instead of tests) high priority
122 if (uncaughtException != null) {
123 failure = uncaughtException;
129 } else if (uncaughtException == null)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
ConsoleTest.java 52 public void uncaughtException(Thread t, Throwable e) {
CommandSchedulerTest.java 445 public void uncaughtException(Thread t, Throwable e) {
    [all...]
  /frameworks/base/services/robotests/src/com/android/server/backup/
BackupManagerServiceTest.java 101 mBackupThread = startBackupThread(this::uncaughtException);
122 private void uncaughtException(Thread thread, Throwable e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 313 * @see java.lang.Thread.UncaughtExceptionHandler#uncaughtException(java.lang.Thread, java.lang.Throwable)
315 public void uncaughtException(Thread t, Throwable e) {
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
MainActivity.java 93 public void uncaughtException(Thread thread, Throwable ex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 492 * Test for method void java.lang.ThreadGroup.uncaughtException(java.lang.Thread,
502 public void uncaughtException(Thread t, Throwable e) {
507 super.uncaughtException(t, e);
529 * Test for method void java.lang.ThreadGroup.uncaughtException(java.lang.Thread,
538 public void uncaughtException(Thread t, Throwable e) {
542 super.uncaughtException(t, e);
551 assertFalse("A thread should not call uncaughtException when it dies:"
556 * Test for method void java.lang.ThreadGroup.uncaughtException(java.lang.Thread,
570 public void uncaughtException(Thread t, Throwable e) {
575 super.uncaughtException(t, e)
    [all...]
ThreadTest.java 911 public void uncaughtException(Thread thread, Throwable ex) {
964 public void uncaughtException(Thread thread, Throwable ex) {
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-testing-support/2.7.4/
okhttp-testing-support-2.7.4.jar 
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 755 public void uncaughtException(Thread thread, Throwable ex) {
    [all...]

Completed in 328 milliseconds

1 2 3 4 5