Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java480 return SystemClock.elapsedRealtime() < lastRemoteInputSent + REMOTE_INPUT_COOLDOWN; in hasJustSentRemoteInput()
1012 private static final long REMOTE_INPUT_COOLDOWN = 500; field in NotificationEntry