Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java154 public long lastRemoteInputSent = NOT_LAUNCHED_YET; field in NotificationEntry
470 return SystemClock.elapsedRealtime() < lastRemoteInputSent + REMOTE_INPUT_COOLDOWN; in hasJustSentRemoteInput()
531 lastRemoteInputSent = NOT_LAUNCHED_YET; in onRemoteInputInserted()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java159 mEntry.lastRemoteInputSent = SystemClock.elapsedRealtime(); in testShouldExtendLifetime_recentRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java394 mEntry.lastRemoteInputSent = SystemClock.elapsedRealtime(); in sendRemoteInput()