Home
last modified time | relevance | path

Searched refs:aboveThreshold (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java115 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument
118 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2775 final boolean aboveThreshold = record.getImportance() >= IMPORTANCE_DEFAULT; in buzzBeepBlinkLocked()
2776 final boolean canInterrupt = aboveThreshold && !record.isIntercepted(); in buzzBeepBlinkLocked()
2929 if ((notification.flags & Notification.FLAG_SHOW_LIGHTS) != 0 && aboveThreshold in buzzBeepBlinkLocked()