Searched refs:eh (Results 1 – 7 of 7) sorted by relevance
40 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local42 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()44 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()64 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local66 Thread.setDefaultUncaughtExceptionHandler(eh); in testGetAndSetDefaultUncaughtExceptionHandler()68 assertSame(eh, Thread.getDefaultUncaughtExceptionHandler()); in testGetAndSetDefaultUncaughtExceptionHandler()
64 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local66 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()68 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()85 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local87 Thread.setDefaultUncaughtExceptionHandler(eh); in testGetAndSetDefaultUncaughtExceptionHandler()89 assertSame(eh, Thread.getDefaultUncaughtExceptionHandler()); in testGetAndSetDefaultUncaughtExceptionHandler()
140 public static void setDefaultUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh)… in setDefaultUncaughtExceptionHandler() argument146 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() argument154 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { throw new R… in setUncaughtExceptionHandler() argument
283 java.lang.Thread.UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() argument292 java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() argument305 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() argument
134 …onHandler(@libcore.util.Nullable java.lang.Thread.UncaughtExceptionHandler eh) { throw new Runtime… in setDefaultUncaughtExceptionHandler() argument140 …onHandler(@libcore.util.Nullable java.lang.Thread.UncaughtExceptionHandler eh) { throw new Runtime… in setUncaughtExceptionHandler() argument
245 public abstract void setErrorHandler(ErrorHandler eh); in setErrorHandler() argument
114 public void setErrorHandler(ErrorHandler eh) { in setErrorHandler() argument