Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java104 boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in AccessNetworkSelectionPolicy
105 return mPostCondition.hasWifiThresholdWithoutCellularCondition(); in hasWifiThresholdWithoutCellularCondition()
271 boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in AccessNetworkSelectionPolicy.PostCondition
276 if (thresholdGroup.hasWifiThresholdWithoutCellularCondition()) { in hasWifiThresholdWithoutCellularCondition()
DThresholdGroup.java137 boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in ThresholdGroup
DAccessNetworkEvaluator.java1302 if (!mIsCrossWfc && hasWifiThresholdWithoutCellularCondition()) { in evaluate()
1349 private boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in AccessNetworkEvaluator
1354 if (policy.hasWifiThresholdWithoutCellularCondition()) { in hasWifiThresholdWithoutCellularCondition()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyTest.java338 assertFalse(postCondition.hasWifiThresholdWithoutCellularCondition()); in testHasWifiThresholdWithoutCellularCondition()
359 assertFalse(postCondition.hasWifiThresholdWithoutCellularCondition()); in testHasWifiThresholdWithoutCellularCondition()
380 assertTrue(postCondition.hasWifiThresholdWithoutCellularCondition()); in testHasWifiThresholdWithoutCellularCondition()