Home
last modified time | relevance | path

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

/packages/apps/TV/tests/input/src/com/android/tv/testinput/instrument/
DTestSetupInstrumentation.java79 } catch (TestSetupException e) { in onStart()
84 private void setup() throws TestSetupException { in setup()
109 throw new TestSetupException( in setup()
135 static class TestSetupException extends Exception { class in TestSetupInstrumentation
136 public TestSetupException(String msg) { in TestSetupException() method in TestSetupInstrumentation.TestSetupException
140 public static TestSetupException fromMissingArg(String arg) { in fromMissingArg()
141 return new TestSetupException( in fromMissingArg()