Home
last modified time | relevance | path

Searched refs:getDeviceToUse (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java269 public IDevice getDeviceToUse() { in getDeviceToUse() method in DeviceChooserDialog.DeviceChooserResponse
654 if (device == mResponse.getDeviceToUse()) { in deviceChanged()
682 okButton.setEnabled(mResponse.getDeviceToUse() != null && in enableOkButton()
683 mResponse.getDeviceToUse().isOnline()); in enableOkButton()
DAndroidLaunchController.java568 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java180 device = response.getDeviceToUse(); in doLaunch()