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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 150 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
178 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
182 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
229 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
251 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
303 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
335 broadcastConnectionState(mCurrentDevice,
344 broadcastConnectionState(mTargetDevice,
360 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
375 broadcastConnectionState(mIncomingDevice
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 200 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
204 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
254 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
276 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
328 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
366 broadcastConnectionState(mCurrentDevice,
375 broadcastConnectionState(mTargetDevice,
391 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_CONNECTED,
398 broadcastConnectionState(mIncomingDevice,
413 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 346 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
350 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
411 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
434 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
495 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
552 broadcastConnectionState(device,
563 broadcastConnectionState(mTargetDevice,
584 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
597 broadcastConnectionState(mIncomingDevice,
616 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 154 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
155 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
165 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
166 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
186 broadcastConnectionState(device, convertHalState(halState));
597 private void broadcastConnectionState(BluetoothDevice device, int newState) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]

Completed in 339 milliseconds