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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SelectionDependentPanel.java 33 protected final IDevice getCurrentDevice() {
69 * with {@link #getCurrentDevice()}.
EmulatorControlPanel.java 233 * with {@link #getCurrentDevice()}
237 handleNewDevice(getCurrentDevice());
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 123 synchronized private BluetoothDevice getCurrentDevice() {
185 BluetoothDevice device = getCurrentDevice();
257 BluetoothDevice currDevice = getCurrentDevice();
377 mDeviceSdpQuery = getCurrentDevice();
420 BluetoothDevice device = getCurrentDevice();
455 BluetoothDevice device = getCurrentDevice();
526 if (!device.equals(getCurrentDevice())) {
601 BluetoothDevice currDevice = getCurrentDevice();
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 321 startEventLog(getCurrentDevice());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 381 * with {@link #getCurrentDevice()}.
385 startLogCat(getCurrentDevice());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 349 public String getCurrentDevice() {
    [all...]

Completed in 182 milliseconds