Home
last modified time | relevance | path

Searched refs:compatibleRunningAvds (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.java466 HashMap<IDevice, AvdInfo> compatibleRunningAvds = new HashMap<IDevice, AvdInfo>(); in launch() local
477 compatibleRunningAvds.put(d, info); in launch()
488 compatibleRunningAvds.put(d, null); in launch()
502 if (hasDevice == false && compatibleRunningAvds.size() == 0) { in launch()
560 } else if (hasDevice == false && compatibleRunningAvds.size() == 1) { in launch()
561 Entry<IDevice, AvdInfo> e = compatibleRunningAvds.entrySet().iterator().next(); in launch()
580 if (compatibleRunningAvds.size() >= 2) { in launch()