OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifyProfileConnectionStateChanged
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java
203
public void
notifyProfileConnectionStateChanged
(BluetoothDevice device,
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
744
mService.
notifyProfileConnectionStateChanged
(device, BluetoothProfile.A2DP, state, prevState);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
577
notifyProfileConnectionStateChanged
(device, BluetoothProfile.INPUT_DEVICE,
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
705
notifyProfileConnectionStateChanged
(device, BluetoothProfile.HEALTH, newDeviceState, prevDeviceState);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
476
notifyProfileConnectionStateChanged
(device, BluetoothProfile.PAN, state, prevState);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
[
all
...]
Completed in 70 milliseconds