/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientService.java | 585 int connectionState = sm.getConnectionState(device); in disconnect() local 691 int connectionState = sm.getConnectionState(device); in startVoiceRecognition() local 705 int connectionState = sm.getConnectionState(device); in stopVoiceRecognition() local 767 int connectionState = sm.getConnectionState(device); in holdCall() local 804 int connectionState = sm.getConnectionState(device); in acceptCall() local 821 int connectionState = sm.getConnectionState(device); in rejectCall() local 839 int connectionState = sm.getConnectionState(device); in terminateCall() local 858 int connectionState = sm.getConnectionState(device); in enterPrivateMode() local 877 int connectionState = sm.getConnectionState(device); in dial() local 900 int connectionState = sm.getConnectionState(device); in sendDTMF() local [all …]
|
H A D | HeadsetClientStateMachine.java | 1890 int connectionState; in getDevicesMatchingConnectionStates() local
|
/aosp12/packages/services/Car/service/src/com/android/car/stats/ |
H A D | VmsClientLogger.java | 85 public void logConnectionState(int connectionState) { in logConnectionState() 97 long getConnectionStateCount(int connectionState) { in getConnectionStateCount()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetService.java | 784 int connectionState = stateMachine.getConnectionState(); in connect() local 828 int connectionState = stateMachine.getConnectionState(); in disconnect() local 874 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local 1010 int connectionState = stateMachine.getConnectionState(); in startVoiceRecognition() local 1041 int connectionState = stateMachine.getConnectionState(); in stopVoiceRecognition() local 1666 int connectionState = stateMachine.getConnectionState(); in sendVendorSpecificResultCode() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | Utils.java | 57 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | A2dpSinkService.java | 356 int connectionState = stateMachine.getState(); in disconnect() local 392 int connectionState; in getDevicesMatchingConnectionStates() local
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothProfile.java | 359 static String getConnectionStateName(int connectionState) { in getConnectionStateName()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MapClientService.java | 183 int connectionState = mapStateMachine.getState(); in disconnect() local 210 int connectionState; in getDevicesMatchingConnectionStates() local
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothUtils.java | 44 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
|
/aosp12/packages/services/Car/service/src/com/android/car/vms/ |
H A D | VmsBrokerService.java | 267 private void unregisterClient(IBinder clientToken, int connectionState) { in unregisterClient()
|
/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | MmsRequest.java | 113 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRoute2Info.java | 840 public Builder setConnectionState(@ConnectionState int connectionState) { in setConnectionState()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpControllerService.java | 817 int connectionState = stateMachine.getState(); in disconnect() local 872 int connectionState; in getDevicesMatchingConnectionStates() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioService.java | 331 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapService.java | 576 int connectionState; in getDevicesMatchingConnectionStates() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | RemoteDevices.java | 701 int connectionState = newState == AbstractionLayer.BT_ACL_STATE_CONNECTED in aclStateChangeCallback() local
|
H A D | AdapterProperties.java | 406 void setConnectionState(int connectionState) { in setConnectionState()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidService.java | 414 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapService.java | 574 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpService.java | 407 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceBroker.java | 892 AudioDeviceInventory.WiredDeviceConnectionState connectionState, int delay) { in postSetWiredDeviceConnectionState()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/ |
H A D | ImsCall.java | 2016 int connectionState = ImsConferenceState.getConnectionStateForStatus(status); in parseConferenceState() local
|