Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java906 if (!doPreLaunchActions(launchInfo, device)) { in simpleLaunch()
918 private boolean doPreLaunchActions(DelayedLaunchInfo launchInfo, IDevice device) { in doPreLaunchActions() method in AndroidLaunchController
934 boolean success = doPreLaunchActions(launchInfo, d); in multiLaunch()