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

  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 265 case BluetoothA2dp.STATE_DISCONNECTING:
266 handleSinkStateChange(device, BluetoothA2dp.STATE_DISCONNECTING,
313 BluetoothA2dp.STATE_DISCONNECTING}).size() != 0) {
320 case BluetoothA2dp.STATE_DISCONNECTING:
352 case BluetoothA2dp.STATE_DISCONNECTING:
372 case BluetoothA2dp.STATE_DISCONNECTING:
376 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTING);
431 BluetoothA2dp.STATE_DISCONNECTING});
506 state == BluetoothA2dp.STATE_DISCONNECTING) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 73 public static final int STATE_DISCONNECTING = 3;
300 case STATE_DISCONNECTING:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 124 oldState != BluetoothA2dp.STATE_DISCONNECTING) {
LocalBluetoothProfileManager.java 289 case BluetoothA2dp.STATE_DISCONNECTING:
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 213 case BluetoothA2dp.STATE_DISCONNECTING:
777 case BluetoothA2dp.STATE_DISCONNECTING:
    [all...]

Completed in 189 milliseconds