Home
last modified time | relevance | path

Searched refs:isShowVowifiPortalAfterTimeout (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcCarrierConfigManagerTest.java52 assertTrue(mConfigManager.isShowVowifiPortalAfterTimeout()); in testIsShowVowifiPortalAfterTimeout()
61 assertFalse(mConfigManager.isShowVowifiPortalAfterTimeout()); in testIsShowVowifiPortalAfterTimeout()
DWfcActivationHelperTest.java174 when(mockCarrierConfigManager.isShowVowifiPortalAfterTimeout()).thenReturn(false); in tryEpdgConnectionOverWiFi_showVowifiPortalFalse_resultSuccess()
190 when(mockCarrierConfigManager.isShowVowifiPortalAfterTimeout()).thenReturn(true); in tryEpdgConnectionOverWiFi_showVowifiPortalTrue_resultError()
DWfcActivationActivityTest.java89 when(mockCarrierConfigManager.isShowVowifiPortalAfterTimeout()).thenReturn(true); in setUp()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcCarrierConfigManager.java212 boolean isShowVowifiPortalAfterTimeout() { in isShowVowifiPortalAfterTimeout() method in WfcCarrierConfigManager
DWfcActivationHelper.java359 return mWfcConfigManager.isShowVowifiPortalAfterTimeout() in getTimeoutResult()