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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 256 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
292 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
296 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
343 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
359 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
409 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
441 broadcastConnectionState(mCurrentDevice,
450 broadcastConnectionState(mTargetDevice,
466 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
481 broadcastConnectionState(mIncomingDevice
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 202 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
206 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
256 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
272 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
318 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
358 broadcastConnectionState(mCurrentDevice,
367 broadcastConnectionState(mTargetDevice,
383 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
390 broadcastConnectionState(mIncomingDevice,
405 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 350 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
354 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
413 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
425 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
433 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
451 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
491 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
554 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
564 broadcastConnectionState(mTargetDevice,
584 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 792 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
796 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 103 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
156 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
157 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
167 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
168 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
188 broadcastConnectionState(device, convertHalState(halState));
592 private void broadcastConnectionState(BluetoothDevice device, int newState) {
HidDevService.java 143 broadcastConnectionState(device, state);
635 private void broadcastConnectionState(BluetoothDevice device, int newState) {
637 Log.v(TAG, "broadcastConnectionState(): device=" + device.getAddress() +

Completed in 1149 milliseconds