Searched refs:aboveThreshold (Results 1 – 2 of 2) sorted by relevance
111 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument114 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling()
2022 final boolean aboveThreshold = record.score >= SCORE_INTERRUPTION_THRESHOLD; in buzzBeepBlinkLocked()2023 final boolean canInterrupt = aboveThreshold && !record.isIntercepted(); in buzzBeepBlinkLocked()2159 if ((notification.flags & Notification.FLAG_SHOW_LIGHTS) != 0 && aboveThreshold) { in buzzBeepBlinkLocked()