Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegateTestUtils.java27 public interface ExceptionRunnable { interface in DelegateTestUtils
32 String expectedExceptionMessageRegex, ExceptionRunnable r) { in assertExpectException()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java204 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