Searched refs:isAccessNetworkAllowed (Results 1 – 8 of 8) sorted by relevance
389 .isAccessNetworkAllowed(NGRAN, NetworkCapabilities.NET_CAPABILITY_IMS); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()392 .isAccessNetworkAllowed(EUTRAN, NetworkCapabilities.NET_CAPABILITY_IMS); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()395 .isAccessNetworkAllowed(UTRAN, NetworkCapabilities.NET_CAPABILITY_IMS); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()398 .isAccessNetworkAllowed(GERAN, NetworkCapabilities.NET_CAPABILITY_IMS); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()401 .isAccessNetworkAllowed(IWLAN, NetworkCapabilities.NET_CAPABILITY_IMS); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
1471 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testImsRegistrationUnregistered()1475 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testImsRegistrationUnregistered()1523 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testImsHoRegisterFailed()1527 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testImsHoRegisterFailed()1586 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testReleasePdnFallbackToWwanOnImsRegOnWlanRegistered()2117 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testCancelPdnFallbackRestrictionOnImsNotSupportedRat()2581 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testRttFallbackStartOnRttFail()2597 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testRttFallbackReleaseOnWwanHystTimerExpiry()2625 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testRttFallbackReleaseOnNonImsRatCondition()2636 when(mMockQnsConfigManager.isAccessNetworkAllowed( in testRttFallbackReleaseOnNonImsRatCondition()[all …]
479 when(mMockQnsConfigManager.isAccessNetworkAllowed(anyInt(), anyInt())).thenReturn(true); in testEvaluationOfQualifiedNetwork()644 when(mMockQnsConfigManager.isAccessNetworkAllowed(anyInt(), anyInt())) in testReportQualifiedNetwork_WithoutListAndCellularLimtedCaseSet()660 when(mMockQnsConfigManager.isAccessNetworkAllowed(anyInt(), anyInt())) in testReportQualifiedNetwork_WithListAndCellularLimtedCaseSet()688 when(mMockQnsConfigManager.isAccessNetworkAllowed(anyInt(), anyInt())).thenReturn(false); in testReportQualifiedNetwork_WithListAndCellularLimtedCaseSet_NonIms()702 when(mMockQnsConfigManager.isAccessNetworkAllowed(anyInt(), anyInt())) in testReportQualifiedNetwork_WithoutList()716 when(mMockQnsConfigManager.isAccessNetworkAllowed(anyInt(), anyInt())) in testReportQualifiedNetwork_WithList()
150 mConfigManager.isAccessNetworkAllowed( in testIsAccessNetworkAllowedWithDefaultValues()156 mConfigManager.isAccessNetworkAllowed( in testIsAccessNetworkAllowedWithDefaultValues()162 mConfigManager.isAccessNetworkAllowed( in testIsAccessNetworkAllowedWithDefaultValues()168 mConfigManager.isAccessNetworkAllowed( in testIsAccessNetworkAllowedWithDefaultValues()174 mConfigManager.isAccessNetworkAllowed( in testIsAccessNetworkAllowedWithDefaultValues()180 mConfigManager.isAccessNetworkAllowed( in testIsAccessNetworkAllowedWithDefaultValues()
1019 && !isAccessNetworkAllowed(mCellularAccessNetworkType, mNetCapability) in isWfcEnabled()1063 private boolean isAccessNetworkAllowed(int accessNetwork, int netCapability) { in isAccessNetworkAllowed() method in AccessNetworkEvaluator1068 return mConfigManager.isAccessNetworkAllowed(accessNetwork, netCapability); in isAccessNetworkAllowed()1289 && isAccessNetworkAllowed(mCellularAccessNetworkType, mNetCapability)); in evaluate()1536 || isAccessNetworkAllowed(accessNetwork, mNetCapability)) { in reportQualifiedNetwork()1731 return !isAccessNetworkAllowed( in isRttSuccess()1806 && isAccessNetworkAllowed(accessNetworkTypes.get(0), mNetCapability)) { in evaluateAccessNetworkSelectionPolicy()1817 && isAccessNetworkAllowed( in evaluateAccessNetworkSelectionPolicy()1842 if (!isAccessNetworkAllowed(mCellularAccessNetworkType, mNetCapability) in reevaluateLastNotifiedSecondAccessNetwork()
1054 && mQnsCarrierConfigManager.isAccessNetworkAllowed( in onImsUnregistered()1069 && mQnsCarrierConfigManager.isAccessNetworkAllowed( in onImsHoRegisterFailed()1080 && mQnsCarrierConfigManager.isAccessNetworkAllowed( in onWlanRttFail()1205 && !mQnsCarrierConfigManager.isAccessNetworkAllowed( in setCellularAccessNetwork()
96 if (mConfig.isAccessNetworkAllowed(accessNetwork, mNetCapability)) { in getPolicy()
2456 boolean isAccessNetworkAllowed(int accessNetwork, int netCapability) { in isAccessNetworkAllowed() method in QnsCarrierConfigManager