HomeSort by relevance Sort by last modified time
    Searched refs: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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 140 // mCurrentDevice is the device connected before the state changes
143 // when mIncomingDevice is not null, both mCurrentDevice
145 // when either mCurrentDevice or mTargetDevice is not null,
149 // both mCurrentDevice and mTargetDevice are null
151 // mCurrentDevice is not null, mTargetDevice is null
154 // mCurrentDevice is null, mTargetDevice is not null
157 // Both mCurrentDevice and mTargetDevice are not null
159 // mCurrentDevice is not null, mTargetDevice is null
161 // Both mCurrentDevice and mTargetDevice are null
162 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;
598 listener.selectionChanged(mCurrentDevice);
624 if (mCurrentDevice == null) {
645 if (mCurrentDevice == device) {
682 if (device == mCurrentDevice) {
713 if (mCurrentDevice != selectedDevice) {
714 mCurrentDevice = selectedDevice;
718 listener.selectionChanged(mCurrentDevice);
747 if (mCurrentDevice != device) {
748 mCurrentDevice = device
    [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 33 milliseconds