Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java134 private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET;
156 public long lastRemoteInputSent = NOT_LAUNCHED_YET;
575 lastRemoteInputSent = NOT_LAUNCHED_YET; in onRemoteInputInserted()
1090 private static final long NOT_LAUNCHED_YET = -LAUNCH_COOLDOWN; field in NotificationEntry