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.java132 public long lastRemoteInputSent = NOT_LAUNCHED_YET; field in NotificationEntry
294 return SystemClock.elapsedRealtime() < lastRemoteInputSent + REMOTE_INPUT_COOLDOWN; in hasJustSentRemoteInput()
476 lastRemoteInputSent = NOT_LAUNCHED_YET; in onRemoteInputInserted()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java121 mEntry.lastRemoteInputSent = SystemClock.elapsedRealtime(); in testShouldExtendLifetime_recentRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java160 mEntry.lastRemoteInputSent = SystemClock.elapsedRealtime(); in sendRemoteInput()