Searched refs:allowImsOverIwlanCellularLimitedCase (Results 1 – 8 of 8) sorted by relevance
297 doReturn(false).when(mConfig).allowImsOverIwlanCellularLimitedCase(); in test_PolicyMap_isTransportTypeSelWithoutSSInRoamSupported()386 doReturn(true).when(mConfig).allowImsOverIwlanCellularLimitedCase(); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
646 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(true); in testReportQualifiedNetwork_WithoutListAndCellularLimtedCaseSet()662 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(true); in testReportQualifiedNetwork_WithListAndCellularLimtedCaseSet()689 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(true); in testReportQualifiedNetwork_WithListAndCellularLimtedCaseSet_NonIms()704 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testReportQualifiedNetwork_WithoutList()718 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testReportQualifiedNetwork_WithList()
1323 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testRestrictIwlanCsCall()1347 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testSrvccHandoverCompleted()1384 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testSrvccHandoverFailed()1470 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testImsRegistrationUnregistered()1585 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testReleasePdnFallbackToWwanOnImsRegOnWlanRegistered()2737 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testRegisterRttStatusCheckEvent()2758 when(mMockQnsConfigManager.allowImsOverIwlanCellularLimitedCase()).thenReturn(false); in testUnRegisterRttStatusCheckEvent()
608 assertFalse(mConfigManager.allowImsOverIwlanCellularLimitedCase()); in testAllowImsOverIwlanCellularLimitedCaseWithDefaultValues()618 assertTrue(mConfigManager.allowImsOverIwlanCellularLimitedCase()); in testAllowImsOverIwlanCellularLimitedCaseWithTestBundle()
1018 if (mConfigManager.allowImsOverIwlanCellularLimitedCase() in isWfcEnabled()1533 if (mConfigManager.allowImsOverIwlanCellularLimitedCase()) { in reportQualifiedNetwork()
89 if (mConfig.allowImsOverIwlanCellularLimitedCase()) { in getPolicy()
665 if (!mQnsCarrierConfigManager.allowImsOverIwlanCellularLimitedCase()) { in onCsCallStarted()
2516 boolean allowImsOverIwlanCellularLimitedCase() { in allowImsOverIwlanCellularLimitedCase() method in QnsCarrierConfigManager