Searched refs:compatibleRunningAvds (Results 1 – 1 of 1) sorted by relevance
466 HashMap<IDevice, AvdInfo> compatibleRunningAvds = new HashMap<IDevice, AvdInfo>(); in launch() local477 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()