Home | History | Annotate | Download | only in hosttest

Lines Matching refs:DeviceTest

32  * Command line interface for running DeviceTest tests.
37 * Provided test class must be a DeviceTest.
117 * Override parent to set DeviceTest data
121 if (test instanceof DeviceTest) {
122 DeviceTest deviceTest = (DeviceTest)test;
123 deviceTest.setDevice(mDevice);
124 deviceTest.setTestAppPath(mTestDataPath);
126 Log.w(LOG_TAG, String.format("%s test class is not a DeviceTest.",