HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceToUse (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 232 public IDevice getDeviceToUse() {
562 if (device == mResponse.getDeviceToUse()) {
590 okButton.setEnabled(mResponse.getDeviceToUse() != null &&
591 mResponse.getDeviceToUse().isOnline());
AndroidLaunchController.java 537 response.getDeviceToUse(), e.getValue().getName());
540 response.getDeviceToUse());
655 } else if (response.getDeviceToUse() != null) {
656 launchInfo.setDevice(response.getDeviceToUse());
    [all...]

Completed in 39 milliseconds