Home
last modified time | relevance | path

Searched refs:LooperException (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/testables/src/android/testing/
DTestableLooper.java282 throw new LooperException(throwable); in invokeExplosively()
290 } catch (LooperException e) { in invokeExplosively()
295 if (re.getCause() instanceof LooperException) { in invokeExplosively()
296 throw ((LooperException) re.getCause()).getSource(); in invokeExplosively()
330 private static class LooperException extends RuntimeException { class in TestableLooper.LooperFrameworkMethod
333 public LooperException(Throwable t) { in LooperException() method in TestableLooper.LooperFrameworkMethod.LooperException