HomeSort by relevance Sort by last modified time
    Searched defs:mCleanup (Results 1 - 10 of 10) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
AllTestAppsInstallSetup.java 58 private boolean mCleanup = false;
131 if (mCleanup) {
186 if (mCleanup && !(e instanceof DeviceNotAvailableException)) {
PushFilePreparer.java 73 private boolean mCleanup = false;
207 if (!(e instanceof DeviceNotAvailableException) && mCleanup && mFilesPushed != null) {
TestAppInstallSetup.java 82 private boolean mCleanup = false;
154 if (mCleanup) {
216 if (mCleanup) {
238 if (mCleanup && mPackagesInstalled != null && !(e instanceof DeviceNotAvailableException)) {
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DynamicConfigPusher.java 57 private boolean mCleanup = true;
171 && mCleanup && mFilePushed != null) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 134 milliseconds