Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceTest.java162 int connectionState = BluetoothProfile.STATE_CONNECTED; in disconnect_whenConnected_returnsTrue() local
180 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectionState_whenConnected() local
190 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectedDevices() local
265 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnected_withoutDevice_doesNothing() local
287 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnected_whenConnected_callsDisconnect() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java760 int connectionState = sm.getConnectionState(device); in disconnect() local
874 int connectionState = sm.getConnectionState(device); in startVoiceRecognition() local
888 int connectionState = sm.getConnectionState(device); in stopVoiceRecognition() local
1017 int connectionState = sm.getConnectionState(device); in holdCall() local
1035 int connectionState = entry.getValue().getConnectionState(entry.getKey()); in acceptCall() local
1054 int connectionState = sm.getConnectionState(device); in acceptCall() local
1071 int connectionState = sm.getConnectionState(device); in rejectCall() local
1089 int connectionState = sm.getConnectionState(device); in terminateCall() local
1108 int connectionState = sm.getConnectionState(device); in enterPrivateMode() local
1127 int connectionState = sm.getConnectionState(device); in dial() local
[all …]
DHeadsetClientStateMachine.java2068 int connectionState; in getDevicesMatchingConnectionStates() 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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientServiceTest.java219 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectedDevices() local
318 int connectionState = BluetoothProfile.STATE_CONNECTED; in broadcastReceiver_withActionAclDisconnected_callsDisconnect() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java992 int connectionState = stateMachine.getConnectionState(); in connect() local
1036 int connectionState = stateMachine.getConnectionState(); in disconnect() local
1082 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
1218 int connectionState = stateMachine.getConnectionState(); in startVoiceRecognition() local
1249 int connectionState = stateMachine.getConnectionState(); in stopVoiceRecognition() local
1957 int connectionState = stateMachine.getConnectionState(); in sendVendorSpecificResultCode() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java64 public static int getConnectionStateSummary(int connectionState) { in getConnectionStateSummary()
/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/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java423 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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java368 int connectionState = recv.awaitResultNoInterrupt(Duration.ofMillis(TIMEOUT_MS)) in testOutgoingConnectTimeout() local
/packages/services/Mms/src/com/android/mms/service/
DMmsRequest.java111 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java333 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java875 int connectionState = stateMachine.getState(); in disconnect() local
930 int connectionState; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java585 int connectionState; 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/btservice/
DAdapterProperties.java438 void setConnectionState(int connectionState) { in setConnectionState()
DRemoteDevices.java916 int connectionState = newState == AbstractionLayer.BT_ACL_STATE_CONNECTED in aclStateChangeCallback() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java584 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java372 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java478 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java440 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java775 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java310 int connectionState = BluetoothProfile.STATE_DISCONNECTED; in getDevicesMatchingConnectionStates() local

12