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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 85 // mCurrentDevice is the device connected before the state changes
88 // when mIncomingDevice is not null, both mCurrentDevice
90 // when either mCurrentDevice or mTargetDevice is not null,
94 // both mCurrentDevice and mTargetDevice are null
96 // mCurrentDevice is not null, mTargetDevice is null
99 // mCurrentDevice is null, mTargetDevice is not null
102 // Both mCurrentDevice and mTargetDevice are not null
104 // mCurrentDevice is not null, mTargetDevice is null
106 // Both mCurrentDevice and mTargetDevice are null
107 private BluetoothDevice mCurrentDevice = null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 97 private IDevice mCurrentDevice;
594 listener.selectionChanged(mCurrentDevice);
620 if (mCurrentDevice == null) {
641 if (mCurrentDevice == device) {
678 if (device == mCurrentDevice) {
709 if (mCurrentDevice != selectedDevice) {
710 mCurrentDevice = selectedDevice;
714 listener.selectionChanged(mCurrentDevice);
743 if (mCurrentDevice != device) {
744 mCurrentDevice = device
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 135 // mCurrentDevice is the device connected before the state changes
138 // when mIncomingDevice is not null, both mCurrentDevice
140 // when either mCurrentDevice or mTargetDevice is not null,
144 // both mCurrentDevice and mTargetDevice are null
146 // mCurrentDevice is not null, mTargetDevice is null
149 // mCurrentDevice is null, mTargetDevice is not null
152 // Both mCurrentDevice and mTargetDevice are not null
154 // mCurrentDevice is not null, mTargetDevice is null
156 // Both mCurrentDevice and mTargetDevice are null
157 private BluetoothDevice mCurrentDevice = null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 250 private String mCurrentDevice;
313 mCurrentDevice = null;
360 return mCurrentDevice;
388 && mCurrentDevice != null && mCurrentDevice.equals(device)) {
394 mCurrentDevice = device;
    [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
ddmuilib.jar 

Completed in 727 milliseconds