Home
last modified time | relevance | path

Searched defs:timeThreshold (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java386 protected void cleanUpCallersAfter(long timeThreshold) { in cleanUpCallersAfter()
442 private synchronized void cleanUpCallsAfter(long timeThreshold) { in cleanUpCallsAfter()
H A DZenModeHelper.java209 protected void cleanUpCallersAfter(long timeThreshold) { in cleanUpCallersAfter()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt617 val timeThreshold = mSystemClock.currentTimeMillis() - MAX_RANKING_UPDATE_DELAY_MS regex
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1132 public void cleanUpCallersAfter(long timeThreshold) { in cleanUpCallersAfter()
H A DINotificationManager.aidl181 void cleanUpCallersAfter(long timeThreshold); in cleanUpCallersAfter()