Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java101 private String mDeviceFilePushed; field in DynamicConfigPusher
165 mDeviceFilePushed = deviceDest; in setUp()
179 if (mDeviceFilePushed != null && !(e instanceof DeviceNotAvailableException) && mCleanup) { in tearDown()
180 device.deleteFile(mDeviceFilePushed); in tearDown()
DBusinessLogicPreparer.java142 private String mDeviceFilePushed; field in BusinessLogicPreparer
239 mDeviceFilePushed = BusinessLogic.DEVICE_FILE; in setUp()
503 if (mDeviceFilePushed != null && !(e instanceof DeviceNotAvailableException)) { in tearDown()