Searched defs:getDevice (Results 1 - 10 of 10) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DGeeTest.java188 public ITestDevice getDevice() { method in class:GeeTest
H A DJUnitDeviceTest.java93 public ITestDevice getDevice() { method in class:JUnitDeviceTest
155 CLog.d("Installing %s on %s", f, getDevice().getSerialNumber());
160 boolean result = getDevice().pushFile(jarFile, fullJarPath);
177 CLog.d("Uninstalling %s on %s", fullJarPath, getDevice().getSerialNumber());
178 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
H A DWrappedGTest.java78 public ITestDevice getDevice() { method in class:WrappedGTest
H A DJarHostTest.java163 public ITestDevice getDevice() { method in class:JarHostTest
205 ((IDeviceTest)junitTest).setDevice(getDevice());
210 deviceTest.setDevice(getDevice().getIDevice());
H A DTestNGDeviceTest.java89 public ITestDevice getDevice() { method in class:TestNGDeviceTest
151 CLog.d("Installing %s on %s", f, getDevice().getSerialNumber());
156 boolean result = getDevice().pushFile(jarFile, fullJarPath);
175 CLog.d("Uninstalling %s on %s", fullJarPath, getDevice().getSerialNumber());
176 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
H A DCtsTest.java368 public ITestDevice getDevice() { method in class:CtsTest
483 if (getDevice() == null) {
496 listener = new FailedTestBugreportGenerator(listener, getDevice());
499 listener = new FailedTestScreenshotGenerator(listener, getDevice());
502 listener = new FailedTestLogcatGenerator(listener, getDevice(), mMaxLogcatBytes);
522 collectDeviceInfo(getDevice(), mCtsBuild, listener);
524 prepareReportLogContainers(getDevice(), mBuildInfo);
536 MonitoringUtils.checkDeviceConnectivity(getDevice(), listener, "start");
553 ((IDeviceTest) test).setDevice(getDevice());
603 MonitoringUtils.checkDeviceConnectivity(getDevice(), listene
[all...]
H A DDeqpTestRunner.java141 public ITestDevice getDevice() { method in class:DeqpTestRunner
1814 String errorCode = getDevice().installPackage(apkFile, true, options);
1827 getDevice().uninstallPackage(DEQP_ONDEVICE_PKG);
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
H A DModuleDef.java201 public ITestDevice getDevice() { method in class:ModuleDef
H A DCompatibilityTest.java261 public ITestDevice getDevice() { method in class:CompatibilityTest
309 List<IModuleDef> modules = mModuleRepo.getModules(getDevice().getSerialNumber());
311 listener = new FailureListener(listener, getDevice(), mBugReportOnFailure,
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
H A DDalvikTest.java201 public ITestDevice getDevice() { method in class:DalvikTest

Completed in 149 milliseconds