Searched refs:findUnmatchedThresholds (Results 1 – 5 of 5) sorted by relevance
92 List<Threshold> findUnmatchedThresholds( in findUnmatchedThresholds() method in AccessNetworkSelectionPolicy97 return mPostCondition.findUnmatchedThresholds(wifiMonitor, cellMonitor); in findUnmatchedThresholds()259 protected List<Threshold> findUnmatchedThresholds( in findUnmatchedThresholds() method in AccessNetworkSelectionPolicy.PostCondition265 thgroup.findUnmatchedThresholds(wifiMonitor, cellMonitor)); in findUnmatchedThresholds()
111 List<Threshold> findUnmatchedThresholds( in findUnmatchedThresholds() method in ThresholdGroup
1572 private List<Threshold> findUnmatchedThresholds() { in findUnmatchedThresholds() method in AccessNetworkEvaluator1584 policy.findUnmatchedThresholds(mWifiQualityMonitor, mCellularQualityMonitor); in findUnmatchedThresholds()1612 List<Threshold> unmatchedThresholds = findUnmatchedThresholds(); in updateQualityMonitor()
188 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()
313 mThresholdGroup.findUnmatchedThresholds( in testFindUnmatchedThresholds()317 mThresholdGroup.findUnmatchedThresholds( in testFindUnmatchedThresholds()