Searched defs:lastRemoteInputSent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java113 public long lastRemoteInputSent = NOT_LAUNCHED_YET; field in class:NotificationData.Entry
169 return SystemClock.elapsedRealtime() < lastRemoteInputSent + REMOTE_INPUT_COOLDOWN;
307 lastRemoteInputSent = NOT_LAUNCHED_YET;

Completed in 53 milliseconds