Searched refs:isRecoveryInProgress (Results 1 – 4 of 4) sorted by relevance
150 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 …]
2716 when(mSelfRecovery.isRecoveryInProgress()).thenReturn(true); in testRestartWifiStackInTetheredSoftApEnabledState()2735 verify(mSelfRecovery).isRecoveryInProgress(); in testRestartWifiStackInTetheredSoftApEnabledState()
134 public boolean isRecoveryInProgress() { in isRecoveryInProgress() method in SelfRecovery
2627 if (mWifiInjector.getSelfRecovery().isRecoveryInProgress()) { in processMessageFiltered()