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.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()