HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentDevice (Results 1 - 9 of 9) 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(
246 } 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() {
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/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 349 public String getCurrentDevice() {
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 219 IDevice device = getCurrentDevice();
221 // If the device is not working properly, getCurrentDevice() could return null.
    [all...]
LogPanel.java 381 * with {@link #getCurrentDevice()}.
385 startLogCat(getCurrentDevice());
    [all...]

Completed in 154 milliseconds