Searched refs:ExceptionRunnable (Results 1 – 2 of 2) sorted by relevance
27 public interface ExceptionRunnable { interface in DelegateTestUtils32 String expectedExceptionMessageRegex, ExceptionRunnable r) { in assertExpectException()
204 private void expectSecurityException(ExceptionRunnable action, String failMessage) in expectSecurityException()214 private void expectNameNotFoundException(ExceptionRunnable action, String failMessage) in expectNameNotFoundException()225 public interface ExceptionRunnable { interface in LauncherAppsTests