Lines Matching refs:device
40 * For batch mode, there is just one command sent to the device
41 * for the whole package, and the device will feed back the result
45 * received the feedback from device. The following two variables
649 * @param device The {@link TestDevice} will run the test.
651 public void setTestDevice(final TestDevice device) {
652 mDevice = device;
653 device.setRuntimeListener(this);
654 device.setStatus(TestDevice.STATUS_BUSY);
945 * Kill the device process.
982 * Run the java package contained within this package over device.
984 * @param device The device to run this package.getName
987 public void run(final TestDevice device, final String javaPkgName,
996 setup(device, javaPkgName);
1049 * @param device The device to run this package.getName
1052 protected void setup(final TestDevice device, final String javaPkgName) {
1068 setTestDevice(device);
1090 * Run the specific test contained in the package over device.
1092 * @param device The device to run the specific test.
1095 public void runTest(final TestDevice device, final Test test)
1108 setTestDevice(device);