| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
| D | MapClientServiceTest.java | 154 int connectionState = BluetoothProfile.STATE_CONNECTED; in disconnect_whenConnected_returnsTrue() local 172 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectionState_whenConnected() local 182 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectedDevices() local 257 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnected_withoutDevice_doesNothing() local 280 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnectedNoTransport_whenConnected_doesNotCallDisconnect() local 295 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnectedLeTransport_whenConnected_doesNotCallDisconnect() local 311 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnectedBrEdrTransport_whenConnected_callsDisconnect() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
| D | HeadsetClientService.java | 761 int connectionState = sm.getConnectionState(device); in disconnect() local 875 int connectionState = sm.getConnectionState(device); in startVoiceRecognition() local 889 int connectionState = sm.getConnectionState(device); in stopVoiceRecognition() local 1018 int connectionState = sm.getConnectionState(device); in holdCall() local 1036 int connectionState = entry.getValue().getConnectionState(entry.getKey()); in acceptCall() local 1055 int connectionState = sm.getConnectionState(device); in acceptCall() local 1072 int connectionState = sm.getConnectionState(device); in rejectCall() local 1090 int connectionState = sm.getConnectionState(device); in terminateCall() local 1109 int connectionState = sm.getConnectionState(device); in enterPrivateMode() local 1128 int connectionState = sm.getConnectionState(device); in dial() local [all …]
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/ |
| D | PbapClientServiceTest.java | 216 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectedDevices() local 315 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnectedNoTransport_doesNotCallDisconnect() local 329 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnectedLeTransport_doesNotCallDisconnect() local 344 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnectedBrEdrTransport_callsDisconnect() local
|
| /packages/services/Car/service/src/com/android/car/stats/ |
| D | VmsClientLogger.java | 85 public void logConnectionState(int connectionState) { in logConnectionState() 97 long getConnectionStateCount(int connectionState) { in getConnectionStateCount()
|
| /packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
| D | QnsTelephonyListener.java | 169 PreciseDataConnectionState connectionState) { in notifyPreciseDataConnectionStateChanged() 446 (PreciseDataConnectionState connectionState) -> { in createTelephonyListener() 671 protected void onPreciseDataConnectionStateChanged(PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged() 786 void onPreciseDataConnectionStateChanged(PreciseDataConnectionState connectionState); in onPreciseDataConnectionStateChanged() 1173 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | HeadsetService.java | 943 int connectionState = stateMachine.getConnectionState(); in connect() local 987 int connectionState = stateMachine.getConnectionState(); in disconnect() local 1033 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local 1169 int connectionState = stateMachine.getConnectionState(); in startVoiceRecognition() local 1200 int connectionState = stateMachine.getConnectionState(); in stopVoiceRecognition() local 1910 int connectionState = stateMachine.getConnectionState(); in sendVendorSpecificResultCode() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
| D | A2dpSinkService.java | 416 int connectionState = stateMachine.getState(); in disconnect() local 466 int connectionState; in getDevicesMatchingConnectionStates() local
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | Utils.java | 67 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothProfile.java | 458 static String getConnectionStateName(int connectionState) { in getConnectionStateName()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
| D | MapClientService.java | 190 int connectionState = mapStateMachine.getState(); in disconnect() local 217 int connectionState; in getDevicesMatchingConnectionStates() local
|
| /packages/services/Car/service/src/com/android/car/vms/ |
| D | VmsBrokerService.java | 269 private void unregisterClient(IBinder clientToken, int connectionState) { in unregisterClient()
|
| /packages/services/Mms/src/com/android/mms/service/ |
| D | MmsRequest.java | 109 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | MultiInternetManager.java | 582 NetworkConnectionState connectionState = new NetworkConnectionState(requestorWs, in setMultiInternetConnectionWorksource() local
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
| D | HearingAidServiceTest.java | 378 int connectionState = recv.awaitResultNoInterrupt(Duration.ofMillis(TIMEOUT_MS)) in testOutgoingConnectTimeout() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
| D | BatteryService.java | 351 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
| D | QnsTelephonyListenerTest.java | 743 PreciseDataConnectionState connectionState = in testOnPreciseDataConnectionStateChanged() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
| D | AvrcpControllerService.java | 921 int connectionState = stateMachine.getState(); in disconnect() local 976 int connectionState; in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
| D | SapService.java | 589 int connectionState; in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
| D | AdapterProperties.java | 397 void setConnectionState(int connectionState) { in setConnectionState()
|
| D | RemoteDevices.java | 1167 int connectionState = newState == AbstractionLayer.BT_ACL_STATE_CONNECTED in aclStateChangeCallback() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
| D | BluetoothMapService.java | 588 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
| D | HearingAidService.java | 446 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
| D | CsipSetCoordinatorService.java | 389 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
| D | A2dpService.java | 451 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
| D | VolumeControlService.java | 483 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
|