Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstallAllTestZipAppsSetup.java62 private boolean mCleanup = true; field in InstallAllTestZipAppsSetup
86 mCleanup = cleanup; in setCleanup()
205 if (mCleanup) { in installApk()
260 if (mCleanup && !(e instanceof DeviceNotAvailableException)) { in tearDown()
DAllTestAppsInstallSetup.java65 private boolean mCleanup = false; field in AllTestAppsInstallSetup
157 if (mCleanup) { in installApk()
215 if (mCleanup && !(e instanceof DeviceNotAvailableException)) { in tearDown()
DPushFilePreparer.java131 private boolean mCleanup = true; field in PushFilePreparer
395 if (!(e instanceof DeviceNotAvailableException) && mCleanup && mFilesPushed != null) { in tearDown()
504 return mCleanup; in isCleanUpEnabled()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DUserChecker.java54 private boolean mCleanup = false; field in UserChecker
113 if (mCleanup) { in postExecutionCheck()
146 if (mCleanup) { in postExecutionCheck()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java148 private boolean mCleanup = true; field in TestAppInstallSetup
269 mCleanup = shouldClean; in setCleanApk()
468 if (mCleanup && !(e instanceof DeviceNotAvailableException)) { in tearDown()
495 return mCleanup; in isCleanUpEnabled()
524 if (mCleanup) { in installer()
565 if (mCleanup) { in installSinglePackage()