Home
last modified time | relevance | path

Searched refs:handleConnectionStateChanged (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryStateMachineTest.java88 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/
DWifiConnectivityManagerTest.java683 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 …]
DClientModeImplTest.java1421 verify(mWifiConnectivityManager).handleConnectionStateChanged(mClientModeManager, in connectWithIpProvisionTimeout()
1496 verify(mWifiConnectivityManager, times(2)).handleConnectionStateChanged(mClientModeManager, in connectWithIpProvisionTimeout()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java93 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/
DBatteryService.java233 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in BatteryService
DBatteryStateMachine.java173 mService.handleConnectionStateChanged(mDevice, mLastConnectionState, toState); in dispatchConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStateMachine.java515 mService.handleConnectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
DVolumeControlService.java1628 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachine.java575 mService.handleConnectionStateChanged(mDevice, prevState, newState); in csipConnectionState()
DCsipSetCoordinatorService.java944 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java750 mA2dpService.handleConnectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
DA2dpService.java1285 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in A2dpService
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java7100 mWifiConnectivityManager.handleConnectionStateChanged( in onL3ProvisioningTimeout()
7388 mWifiConnectivityManager.handleConnectionStateChanged( in enterImpl()
7669 mWifiConnectivityManager.handleConnectionStateChanged( in exitImpl()
7708 mWifiConnectivityManager.handleConnectionStateChanged( in enterImpl()
7759 mWifiConnectivityManager.handleConnectionStateChanged( in exitImpl()
DWifiConnectivityManager.java3244 public void handleConnectionStateChanged( in handleConnectionStateChanged() method in WifiConnectivityManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2231 mService.handleConnectionStateChanged(device, fromState, toState); in broadcastConnectionState()
DBassClientService.java1549 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) {