Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java100 private String mDeviceFilePushed; field in DynamicConfigPusher
163 mDeviceFilePushed = deviceDest; in setUp()
174 if (mDeviceFilePushed != null && !(e instanceof DeviceNotAvailableException) && mCleanup) { in tearDown()
175 testInfo.getDevice().deleteFile(mDeviceFilePushed); in tearDown()
DBusinessLogicPreparer.java141 private String mDeviceFilePushed; field in BusinessLogicPreparer
238 mDeviceFilePushed = BusinessLogic.DEVICE_FILE; in setUp()
511 if (mDeviceFilePushed != null && !(e instanceof DeviceNotAvailableException)) { in tearDown()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...