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.java85 private static final long REMOTE_INPUT_COOLDOWN = 500; field in NotificationEntry
320 return SystemClock.elapsedRealtime() < lastRemoteInputSent + REMOTE_INPUT_COOLDOWN; in hasJustSentRemoteInput()