Home
last modified time | relevance | path

Searched refs:isRecoveryInProgress (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSelfRecoveryTest.java150 assertTrue(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
152 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
163 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
172 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
180 assertTrue(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
182 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
189 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
199 assertTrue(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
201 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_typicalUse()
227 assertFalse(mSelfRecovery.isRecoveryInProgress()); in testTimeWindowLimiting_NativeFailureOff()
[all …]
DActiveModeWardenTest.java2716 when(mSelfRecovery.isRecoveryInProgress()).thenReturn(true); in testRestartWifiStackInTetheredSoftApEnabledState()
2735 verify(mSelfRecovery).isRecoveryInProgress(); in testRestartWifiStackInTetheredSoftApEnabledState()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSelfRecovery.java134 public boolean isRecoveryInProgress() { in isRecoveryInProgress() method in SelfRecovery
DActiveModeWarden.java2627 if (mWifiInjector.getSelfRecovery().isRecoveryInProgress()) { in processMessageFiltered()