Searched refs:hasWifiThresholdWithoutCellularCondition (Results 1 – 4 of 4) sorted by relevance
104 boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in AccessNetworkSelectionPolicy105 return mPostCondition.hasWifiThresholdWithoutCellularCondition(); in hasWifiThresholdWithoutCellularCondition()271 boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in AccessNetworkSelectionPolicy.PostCondition276 if (thresholdGroup.hasWifiThresholdWithoutCellularCondition()) { in hasWifiThresholdWithoutCellularCondition()
137 boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in ThresholdGroup
1302 if (!mIsCrossWfc && hasWifiThresholdWithoutCellularCondition()) { in evaluate()1349 private boolean hasWifiThresholdWithoutCellularCondition() { in hasWifiThresholdWithoutCellularCondition() method in AccessNetworkEvaluator1354 if (policy.hasWifiThresholdWithoutCellularCondition()) { in hasWifiThresholdWithoutCellularCondition()
338 assertFalse(postCondition.hasWifiThresholdWithoutCellularCondition()); in testHasWifiThresholdWithoutCellularCondition()359 assertFalse(postCondition.hasWifiThresholdWithoutCellularCondition()); in testHasWifiThresholdWithoutCellularCondition()380 assertTrue(postCondition.hasWifiThresholdWithoutCellularCondition()); in testHasWifiThresholdWithoutCellularCondition()