Searched refs:LooperException (Results 1 – 1 of 1) sorted by relevance
279 throw new LooperException(throwable); in invokeExplosively()287 } catch (LooperException e) { in invokeExplosively()292 if (re.getCause() instanceof LooperException) { in invokeExplosively()293 throw ((LooperException) re.getCause()).getSource(); in invokeExplosively()327 private static class LooperException extends RuntimeException { class in TestableLooper.LooperFrameworkMethod330 public LooperException(Throwable t) { in LooperException() method in TestableLooper.LooperFrameworkMethod.LooperException