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