OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compatibleDevices
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java
114
List<IDevice>
compatibleDevices
= new ArrayList<IDevice>(devices.length);
118
compatibleDevices
.add(device);
122
return
compatibleDevices
.toArray();
AndroidLaunchController.java
589
Collection<IDevice>
compatibleDevices
= findCompatibleDevices(devices,
591
if (
compatibleDevices
.size() == 0) {
597
multiLaunch(launchInfo,
compatibleDevices
);
654
Set<IDevice>
compatibleDevices
= new HashSet<IDevice>(devices.length);
681
compatibleDevices
.add(d);
685
return
compatibleDevices
;
[
all
...]
Completed in 58 milliseconds