/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 493 int connectionState = sm.getConnectionState(device); in disconnect() local 562 int connectionState = sm.getConnectionState(device); in startVoiceRecognition() local 577 int connectionState = sm.getConnectionState(device); in stopVoiceRecognition() local 636 int connectionState = sm.getConnectionState(device); in holdCall() local 655 int connectionState = entry.getValue().getConnectionState(entry.getKey()); in acceptCall() local 674 int connectionState = sm.getConnectionState(device); in acceptCall() local 692 int connectionState = sm.getConnectionState(device); in rejectCall() local 711 int connectionState = sm.getConnectionState(device); in terminateCall() local 731 int connectionState = sm.getConnectionState(device); in enterPrivateMode() local 751 int connectionState = sm.getConnectionState(device); in dial() local [all …]
|
D | HeadsetClientStateMachine.java | 1837 int connectionState; in getDevicesMatchingConnectionStates() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 702 int connectionState = stateMachine.getConnectionState(); in connect() local 741 int connectionState = stateMachine.getConnectionState(); in disconnect() local 789 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local 885 int connectionState = stateMachine.getConnectionState(); in startVoiceRecognition() local 917 int connectionState = stateMachine.getConnectionState(); in stopVoiceRecognition() local 1563 int connectionState = stateMachine.getConnectionState(); in sendVendorSpecificResultCode() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utils.java | 53 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 260 int connectionState = stateMachine.getState(); in disconnect() local 293 int connectionState; in getDevicesMatchingConnectionStates() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | Utils.java | 55 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 172 int connectionState = mapStateMachine.getState(); in disconnect() local 199 int connectionState; in getDevicesMatchingConnectionStates() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 626 int connectionState = stateMachine.getState(); in disconnect() local 670 int connectionState; in getDevicesMatchingConnectionStates() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 570 int connectionState; in getDevicesMatchingConnectionStates() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 373 void setConnectionState(int connectionState) { in setConnectionState()
|
D | RemoteDevices.java | 642 int connectionState = newState == AbstractionLayer.BT_ACL_STATE_CONNECTED in aclStateChangeCallback() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 392 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 555 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 387 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|