Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsInstrumentationApkTest.java80 ITestDevice testDevice = getDevice(); in run() local
82 if (testDevice == null) { in run()
93 testDevice.getSerialNumber())); in run()
98 errorCode = testDevice.installPackage(apkFile, true, options); in run()
101 apkFileName, testDevice.getSerialNumber(), errorCode)); in run()
114 testDevice.getSerialNumber())); in run()
115 testDevice.uninstallPackage(packageName); in run()