Home
last modified time | relevance | path

Searched refs:bestAvd (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.java702 AvdInfo bestAvd = null; in findMatchingAvd() local
708 if (bestAvd == null || in findMatchingAvd()
710 bestAvd.getTarget().getVersion().getApiLevel()) { in findMatchingAvd()
711 bestAvd = avd; in findMatchingAvd()
715 return bestAvd; in findMatchingAvd()