Searched refs:getDeviceToUse (Results 1 – 3 of 3) sorted by relevance
269 public IDevice getDeviceToUse() { in getDeviceToUse() method in DeviceChooserDialog.DeviceChooserResponse654 if (device == mResponse.getDeviceToUse()) { in deviceChanged()682 okButton.setEnabled(mResponse.getDeviceToUse() != null && in enableOkButton()683 mResponse.getDeviceToUse().isOnline()); in enableOkButton()
568 response.getDeviceToUse(), e.getValue().getName()); in launch()571 response.getDeviceToUse()); in launch()753 } else if (response.getDeviceToUse() != null) { in continueLaunch()754 launchInfo.setDevice(response.getDeviceToUse()); in continueLaunch()1853 return (avd != null) ? avd.getName() : response.getDeviceToUse().getSerialNumber(); in getSerial()
180 device = response.getDeviceToUse(); in doLaunch()