Home
last modified time | relevance | path

Searched defs:compatibleDevices (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java594 Collection<IDevice> compatibleDevices = findCompatibleDevices(devices, in launch() local
661 Set<IDevice> compatibleDevices = new HashSet<IDevice>(devices.length); in findCompatibleDevices() local
DDeviceChooserDialog.java114 List<IDevice> compatibleDevices = new ArrayList<IDevice>(devices.length); in findCompatibleDevices() local