Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java401 protected void cleanUpCallersAfter(long timeThreshold) { in cleanUpCallersAfter()
457 private synchronized void cleanUpCallsAfter(long timeThreshold) { in cleanUpCallsAfter()
DZenModeHelper.java272 protected void cleanUpCallersAfter(long timeThreshold) { in cleanUpCallersAfter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt623 val timeThreshold = mSystemClock.currentTimeMillis() - MAX_RANKING_UPDATE_DELAY_MS in <lambda>() constant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java848 long timeThreshold = totalTime * MAIN_CODEC_QUALITY_THRESHOLD / 100; in finalizeMainCodecQuality() local
/frameworks/base/core/java/android/app/
DINotificationManager.aidl189 void cleanUpCallersAfter(long timeThreshold); in cleanUpCallersAfter()
DNotificationManager.java1195 public void cleanUpCallersAfter(long timeThreshold) { in cleanUpCallersAfter()