Home
last modified time | relevance | path

Searched refs:syncApp (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.java925 if (!syncApp(launchInfo, device)) { in doPreLaunchActions()
957 private boolean syncApp(DelayedLaunchInfo launchInfo, IDevice device) { in syncApp() method in AndroidLaunchController
975 if (syncApp(dependentLaunchInfo, device) == false) { in syncApp()
1640 if (syncApp(launchInfo, device)) { in clientChanged()