Home
last modified time | relevance | path

Searched refs:connectedStateTransition (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiLastResortWatchdogTest.java950 mLastResortWatchdog.connectedStateTransition(true); in testFailureCounting_wifiIsConnectedDoesNotAffectCounting()
1029 mLastResortWatchdog.connectedStateTransition(true); in testFailureCounting_enteringWifiConnectedStateClearsCounts()
1297 mLastResortWatchdog.connectedStateTransition(true); in testTriggerCondition_allNetworksOverFailureThreshold_isConnected()
1418 mLastResortWatchdog.connectedStateTransition(true); in testTriggerEnabling_enabledAfterConnecting()
1574 mLastResortWatchdog.connectedStateTransition(true); in testMetricsCollection()
1638 mLastResortWatchdog.connectedStateTransition(true); in testMetricsCollection()
1904 mLastResortWatchdog.connectedStateTransition(true); in testWatchdogAssumesSuccessOnlyIfFirstConnectionAfterRestartSucceeds()
1929 mLastResortWatchdog.connectedStateTransition(true); in testWatchdogAssumesSuccessOnlyIfFirstConnectionAfterRestartSucceeds()
1976 mLastResortWatchdog.connectedStateTransition(true); in testWatchdogVerifiesAtLeastOneNetworkIsConnectedBeforeTriggeringBugreport()
2192 mLastResortWatchdog.connectedStateTransition(true); in testWatchdogAssumesSuccessOnlyIfConnectedOnSameSsid()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLastResortWatchdog.java382 public void connectedStateTransition(boolean isEntering) { in connectedStateTransition() method in WifiLastResortWatchdog
H A DClientModeImpl.java5527 mWifiLastResortWatchdog.connectedStateTransition(true);
5752 mWifiLastResortWatchdog.connectedStateTransition(false);