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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 86 // mTargetDevice is the device to be connected
89 // and mTargetDevice are null
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
108 private BluetoothDevice mTargetDevice = null
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 141 // mTargetDevice is the device to be connected
144 // and mTargetDevice are null
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
163 private BluetoothDevice mTargetDevice = null
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 56 private BluetoothDevice mTargetDevice = null;
157 mTargetDevice = device;
188 mTargetDevice = null;
193 mTargetDevice = device;
609 ((adapterService.isQuietModeEnabled()) &&(mTargetDevice == null)) ||

Completed in 1793 milliseconds