Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java678 mWifiConnectivityManager.handleConnectionStateChanged( in setWifiStateConnected()
728 mWifiConnectivityManager.handleConnectionStateChanged( in alreadyConnectedOnPrimaryCmm_dontConnectAgain()
749 mWifiConnectivityManager.handleConnectionStateChanged( in disconnectedOnPrimaryCmm_connectUsingPrimaryCmm()
765 mWifiConnectivityManager.handleConnectionStateChanged( in disconnectedOnPrimaryCmm_connectUsingPrimaryCmm()
772 mWifiConnectivityManager.handleConnectionStateChanged( in disconnectedOnPrimaryCmm_connectUsingPrimaryCmm()
800 mWifiConnectivityManager.handleConnectionStateChanged( in requestSecondaryTransientCmm_gotNullCmm()
844 mWifiConnectivityManager.handleConnectionStateChanged( in requestSecondaryTransientCmm_gotAlreadyConnectedCmm()
883 mWifiConnectivityManager.handleConnectionStateChanged( in connectWhenConnected_UsingMbb()
924 mWifiConnectivityManager.handleConnectionStateChanged( in connectWhenConnected_UsingBbmIfBothNetworksHaveMacRandomizationDisabled()
977 mWifiConnectivityManager.handleConnectionStateChanged( in secondaryLongLived_noOemPaidOrOemPrivateConnectionAllowed()
[all …]
DClientModeImplTest.java1416 verify(mWifiConnectivityManager).handleConnectionStateChanged(mClientModeManager, in connectWithIpProvisionTimeout()
1491 verify(mWifiConnectivityManager, times(2)).handleConnectionStateChanged(mClientModeManager, in connectWithIpProvisionTimeout()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryStateMachineTest.java135 .handleConnectionStateChanged(any(BatteryStateMachine.class), anyInt(), anyInt()); in testOkToConnectFails()
152 .handleConnectionStateChanged(any(BatteryStateMachine.class), anyInt(), anyInt()); in testFailToConnectGatt()
170 .handleConnectionStateChanged( in testSuccessfullyConnected()
184 .handleConnectionStateChanged( in testSuccessfullyConnected()
202 .handleConnectionStateChanged( in testDisconnectBeforeConnected()
210 .handleConnectionStateChanged( in testDisconnectBeforeConnected()
312 .handleConnectionStateChanged( in testDisconnectResetBatteryLevel()
325 .handleConnectionStateChanged( in testDisconnectResetBatteryLevel()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java88 handleConnectionStateChanged(intent); in onReceive()
165 private void handleConnectionStateChanged(Intent intent) { in handleConnectionStateChanged() method in BluetoothStateReceiver
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStateMachine.java554 mService.handleConnectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
DVolumeControlService.java1337 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in VolumeControlService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachine.java565 mService.handleConnectionStateChanged(mDevice, prevState, newState); in csipConnectionState()
DCsipSetCoordinatorService.java989 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java278 public void handleConnectionStateChanged(BatteryStateMachine sm, int fromState, int toState) { in handleConnectionStateChanged() method in BatteryService
DBatteryStateMachine.java208 service.handleConnectionStateChanged(this, fromState, toState); in dispatchConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java799 mA2dpService.handleConnectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
DA2dpService.java1316 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in A2dpService
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java7040 mWifiConnectivityManager.handleConnectionStateChanged( in onL3ProvisioningTimeout()
7328 mWifiConnectivityManager.handleConnectionStateChanged( in enterImpl()
7616 mWifiConnectivityManager.handleConnectionStateChanged( in exitImpl()
7655 mWifiConnectivityManager.handleConnectionStateChanged( in enterImpl()
7706 mWifiConnectivityManager.handleConnectionStateChanged( in exitImpl()
DWifiConnectivityManager.java3088 public void handleConnectionStateChanged( in handleConnectionStateChanged() method in WifiConnectivityManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2338 mService.handleConnectionStateChanged(device, fromState, toState); in broadcastConnectionState()
DBassClientService.java1310 void handleConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in handleConnectionStateChanged() method in BassClientService