Home
last modified time | relevance | path

Searched defs:connectionState (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceTest.java154 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/
DHeadsetClientService.java761 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/
DPbapClientServiceTest.java216 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/
DVmsClientLogger.java85 public void logConnectionState(int connectionState) { in logConnectionState()
97 long getConnectionStateCount(int connectionState) { in getConnectionStateCount()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsTelephonyListener.java169 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/
DHeadsetService.java943 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/
DA2dpSinkService.java416 int connectionState = stateMachine.getState(); in disconnect() local
466 int connectionState; in getDevicesMatchingConnectionStates() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java67 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java458 static String getConnectionStateName(int connectionState) { in getConnectionStateName()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java190 int connectionState = mapStateMachine.getState(); in disconnect() local
217 int connectionState; in getDevicesMatchingConnectionStates() local
/packages/services/Car/service/src/com/android/car/vms/
DVmsBrokerService.java269 private void unregisterClient(IBinder clientToken, int connectionState) { in unregisterClient()
/packages/services/Mms/src/com/android/mms/service/
DMmsRequest.java109 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DMultiInternetManager.java582 NetworkConnectionState connectionState = new NetworkConnectionState(requestorWs, in setMultiInternetConnectionWorksource() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java378 int connectionState = recv.awaitResultNoInterrupt(Duration.ofMillis(TIMEOUT_MS)) in testOutgoingConnectTimeout() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java351 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsTelephonyListenerTest.java743 PreciseDataConnectionState connectionState = in testOnPreciseDataConnectionStateChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java921 int connectionState = stateMachine.getState(); in disconnect() local
976 int connectionState; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java589 int connectionState; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java397 void setConnectionState(int connectionState) { in setConnectionState()
DRemoteDevices.java1167 int connectionState = newState == AbstractionLayer.BT_ACL_STATE_CONNECTED in aclStateChangeCallback() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java588 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java446 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java389 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java451 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java483 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local

12