Searched refs:isValidThreshold (Results 1 – 3 of 3) sorted by relevance
26 if (!isValidThreshold(row.second)) continue; in update()33 if (!isValidThreshold(threshold)) return; in setThresholdForAppId()
35 static bool isValidThreshold(float threshold) { return threshold >= 0.0f && threshold <= 1.0f; } in isValidThreshold() function
685 private static boolean isValidThreshold(@SignalMeasurementType int type, int threshold) {748 if (!isValidThreshold(signalMeasurement, threshold)) {