HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentDevice (Results 1 - 10 of 10) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SelectionDependentPanel.java 33 protected final IDevice getCurrentDevice() {
69 * with {@link #getCurrentDevice()}.
SysinfoPanel.java 120 * {@link #getCurrentDevice()}
124 if (getCurrentDevice() != null) {
159 getCurrentDevice().executeShellCommand(
249 } else if (getCurrentDevice() != null) {
EmulatorControlPanel.java 233 * with {@link #getCurrentDevice()}
237 handleNewDevice(getCurrentDevice());
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 123 synchronized private BluetoothDevice getCurrentDevice() {
191 BluetoothDevice device = getCurrentDevice();
263 BluetoothDevice currDevice = getCurrentDevice();
383 mDeviceSdpQuery = getCurrentDevice();
426 BluetoothDevice device = getCurrentDevice();
461 BluetoothDevice device = getCurrentDevice();
532 if (!device.equals(getCurrentDevice())) {
607 BluetoothDevice currDevice = getCurrentDevice();
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java 561 getCurrentDevice().executeShellCommand("cat /proc/" + pid + "/status", uidParser);
587 * Take a snapshot from {@link #getCurrentDevice()}, recording any delta
591 final IDevice device = getCurrentDevice();
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 326 startEventLog(getCurrentDevice());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 518 cleanup(themeName), cleanup(mPalette.getCurrentDevice()));
PaletteControl.java 358 public String getCurrentDevice() {
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 230 IDevice device = getCurrentDevice();
232 // If the device is not working properly, getCurrentDevice() could return null.
    [all...]
LogPanel.java 384 * with {@link #getCurrentDevice()}.
388 startLogCat(getCurrentDevice());
    [all...]

Completed in 366 milliseconds