Home
last modified time | relevance | path

Searched refs:isDebugMode (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DActivityLaunchAction.java49 + (info.isDebugMode() ? " -D" //$NON-NLS-1$ in doLaunchAction()
71 if (info.isDebugMode() == false) { in doLaunchAction()
DDelayedLaunchInfo.java213 public boolean isDebugMode() { in isDebugMode() method in DelayedLaunchInfo
DAndroidLaunchController.java871 if (device.isEmulator() == false && launchInfo.isDebugMode()) { in checkBuildInfo()
1270 if (info.isDebugMode()) { in launchApp()
1280 if (info.isDebugMode() == false) { in launchApp()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchAction.java73 mLaunchInfo.setDebugMode(info.isDebugMode()); in doLaunchAction()
76 final String mode = info.isDebugMode() ? ILaunchManager.DEBUG_MODE : in doLaunchAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DAndroidJUnitLaunchInfo.java61 public boolean isDebugMode() { in isDebugMode() method in AndroidJUnitLaunchInfo
DRemoteAdtTestRunner.java156 runner, mLaunchInfo.isDebugMode(), collector); in runTests()
205 runner, mLaunchInfo.isDebugMode(), testRunListener); in runTests()