Searched refs:isBelowThreshold (Results 1 – 2 of 2) sorted by relevance
136 assertTrue(mWakeupEvaluator.isBelowThreshold(scanResult24)); in isBelowThreshold_returnsTrueWhenRssiIsBelowThreshold()139 assertTrue(mWakeupEvaluator.isBelowThreshold(scanResult5)); in isBelowThreshold_returnsTrueWhenRssiIsBelowThreshold()148 assertFalse(mWakeupEvaluator.isBelowThreshold(scanResult24)); in isBelowThreshold_returnsFalseWhenRssiIsAboveThreshold()151 assertFalse(mWakeupEvaluator.isBelowThreshold(scanResult5)); in isBelowThreshold_returnsFalseWhenRssiIsAboveThreshold()
51 if (isBelowThreshold(scanResult)) { in findViableNetwork()67 public boolean isBelowThreshold(ScanResult scanResult) { in isBelowThreshold() method in WakeupEvaluator