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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 84 // mCurrentDevice is the device connected before the state changes
87 // when mIncomingDevice is not null, both mCurrentDevice
89 // when either mCurrentDevice or mTargetDevice is not null,
93 // both mCurrentDevice and mTargetDevice are null
95 // mCurrentDevice is not null, mTargetDevice is null
98 // mCurrentDevice is null, mTargetDevice is not null
101 // Both mCurrentDevice and mTargetDevice are not null
103 // mCurrentDevice is not null, mTargetDevice is null
105 // Both mCurrentDevice and mTargetDevice are null
106 private BluetoothDevice mCurrentDevice = null
    [all...]
A2dpStateMachine.java 81 // mCurrentDevice is the device connected before the state changes
84 // when mIncomingDevice is not null, both mCurrentDevice
86 // when either mCurrentDevice or mTargetDevice is not null,
90 // both mCurrentDevice and mTargetDevice are null
92 // mCurrentDevice is not null, mTargetDevice is null
95 // mCurrentDevice is null, mTargetDevice is not null
98 // Both mCurrentDevice and mTargetDevice are not null
100 // mCurrentDevice is not null, mTargetDevice is null
102 // Both mCurrentDevice and mTargetDevice are null
103 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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 151 private BluetoothDevice mCurrentDevice = null;
162 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 164 // mCurrentDevice is the device connected before the state changes
167 // when mIncomingDevice is not null, both mCurrentDevice
169 // when either mCurrentDevice or mTargetDevice is not null,
173 // both mCurrentDevice and mTargetDevice are null
175 // mCurrentDevice is not null, mTargetDevice is null
178 // mCurrentDevice is null, mTargetDevice is not null
181 // Both mCurrentDevice and mTargetDevice are not null
183 // mCurrentDevice is not null, mTargetDevice is null
185 // Both mCurrentDevice and mTargetDevice are null
186 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 107 milliseconds