Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java156 public long lastRemoteInputSent = NOT_LAUNCHED_YET; field in NotificationEntry
525 return SystemClock.elapsedRealtime() < lastRemoteInputSent + REMOTE_INPUT_COOLDOWN; in hasJustSentRemoteInput()
575 lastRemoteInputSent = NOT_LAUNCHED_YET; in onRemoteInputInserted()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java123 mEntry.lastRemoteInputSent = SystemClock.elapsedRealtime(); in testShouldExtendLifetime_recentRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt235 entry.lastRemoteInputSent = SystemClock.elapsedRealtime() in onSendRemoteInput()