Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java92 List<Threshold> findUnmatchedThresholds( in findUnmatchedThresholds() method in AccessNetworkSelectionPolicy
97 return mPostCondition.findUnmatchedThresholds(wifiMonitor, cellMonitor); in findUnmatchedThresholds()
259 protected List<Threshold> findUnmatchedThresholds( in findUnmatchedThresholds() method in AccessNetworkSelectionPolicy.PostCondition
265 thgroup.findUnmatchedThresholds(wifiMonitor, cellMonitor)); in findUnmatchedThresholds()
DThresholdGroup.java111 List<Threshold> findUnmatchedThresholds( in findUnmatchedThresholds() method in ThresholdGroup
DAccessNetworkEvaluator.java1572 private List<Threshold> findUnmatchedThresholds() { in findUnmatchedThresholds() method in AccessNetworkEvaluator
1584 policy.findUnmatchedThresholds(mWifiQualityMonitor, mCellularQualityMonitor); in findUnmatchedThresholds()
1612 List<Threshold> unmatchedThresholds = findUnmatchedThresholds(); in updateQualityMonitor()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyTest.java188 assertNull(ansp.findUnmatchedThresholds(null, mMockCellularQm)); in testFindUnmatchedThresholds()
189 assertNull(ansp.findUnmatchedThresholds(mMockWifiQm, null)); in testFindUnmatchedThresholds()
191 List<Threshold> unmatched = ansp.findUnmatchedThresholds(mMockWifiQm, mMockCellularQm); in testFindUnmatchedThresholds()
DThresholdGroupTest.java313 mThresholdGroup.findUnmatchedThresholds( in testFindUnmatchedThresholds()
317 mThresholdGroup.findUnmatchedThresholds( in testFindUnmatchedThresholds()