/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/ |
D | BatteryStateMachineTest.java | 88 verify(mBatteryService, never()).handleConnectionStateChanged(any(), anyInt(), anyInt()); in connect_whenNotAllowed_stayDisconnected() 99 verify(mBatteryService, never()).handleConnectionStateChanged(any(), anyInt(), anyInt()); in connect_whenGattCanNotConnect_stayDisconnected() 109 .handleConnectionStateChanged(any(), eq(STATE_DISCONNECTED), eq(STATE_CONNECTING)); in connect_successCase_isConnected() 116 .handleConnectionStateChanged(any(), eq(STATE_CONNECTING), eq(STATE_CONNECTED)); in connect_successCase_isConnected() 126 .handleConnectionStateChanged(any(), eq(STATE_DISCONNECTED), eq(STATE_CONNECTING)); in disconnect_whenConnecting_isDisconnected() 131 .handleConnectionStateChanged(any(), eq(STATE_CONNECTING), eq(STATE_DISCONNECTED)); in disconnect_whenConnecting_isDisconnected() 237 .handleConnectionStateChanged(any(), eq(STATE_DISCONNECTED), eq(STATE_CONNECTING)); in testDisconnectResetBatteryLevel() 245 .handleConnectionStateChanged(any(), eq(STATE_CONNECTING), eq(STATE_CONNECTED)); in testDisconnectResetBatteryLevel()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConnectivityManagerTest.java | 683 mWifiConnectivityManager.handleConnectionStateChanged( in setWifiStateConnected() 733 mWifiConnectivityManager.handleConnectionStateChanged( in alreadyConnectedOnPrimaryCmm_dontConnectAgain() 754 mWifiConnectivityManager.handleConnectionStateChanged( in disconnectedOnPrimaryCmm_connectUsingPrimaryCmm() 771 mWifiConnectivityManager.handleConnectionStateChanged( in disconnectedOnPrimaryCmm_connectUsingPrimaryCmm() 778 mWifiConnectivityManager.handleConnectionStateChanged( in disconnectedOnPrimaryCmm_connectUsingPrimaryCmm() 806 mWifiConnectivityManager.handleConnectionStateChanged( in requestSecondaryTransientCmm_gotNullCmm() 850 mWifiConnectivityManager.handleConnectionStateChanged( in requestSecondaryTransientCmm_gotAlreadyConnectedCmm() 889 mWifiConnectivityManager.handleConnectionStateChanged( in connectWhenConnected_UsingMbb() 930 mWifiConnectivityManager.handleConnectionStateChanged( in connectWhenConnected_UsingBbmIfBothNetworksHaveMacRandomizationDisabled() 983 mWifiConnectivityManager.handleConnectionStateChanged( in secondaryLongLived_noOemPaidOrOemPrivateConnectionAllowed() [all …]
|
D | ClientModeImplTest.java | 1421 verify(mWifiConnectivityManager).handleConnectionStateChanged(mClientModeManager, in connectWithIpProvisionTimeout() 1496 verify(mWifiConnectivityManager, times(2)).handleConnectionStateChanged(mClientModeManager, in connectWithIpProvisionTimeout()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothStateReceiver.java | 93 handleConnectionStateChanged(intent); in onReceive() 182 private void handleConnectionStateChanged(Intent intent) { in handleConnectionStateChanged() method in BluetoothStateReceiver
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryService.java | 233 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in BatteryService
|
D | BatteryStateMachine.java | 173 mService.handleConnectionStateChanged(mDevice, mLastConnectionState, toState); in dispatchConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStateMachine.java | 515 mService.handleConnectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
|
D | VolumeControlService.java | 1628 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) {
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorStateMachine.java | 575 mService.handleConnectionStateChanged(mDevice, prevState, newState); in csipConnectionState()
|
D | CsipSetCoordinatorService.java | 944 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in CsipSetCoordinatorService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 750 mA2dpService.handleConnectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
|
D | A2dpService.java | 1285 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in A2dpService
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 7100 mWifiConnectivityManager.handleConnectionStateChanged( in onL3ProvisioningTimeout() 7388 mWifiConnectivityManager.handleConnectionStateChanged( in enterImpl() 7669 mWifiConnectivityManager.handleConnectionStateChanged( in exitImpl() 7708 mWifiConnectivityManager.handleConnectionStateChanged( in enterImpl() 7759 mWifiConnectivityManager.handleConnectionStateChanged( in exitImpl()
|
D | WifiConnectivityManager.java | 3244 public void handleConnectionStateChanged( in handleConnectionStateChanged() method in WifiConnectivityManager
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 2231 mService.handleConnectionStateChanged(device, fromState, toState); in broadcastConnectionState()
|
D | BassClientService.java | 1549 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) {
|