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.java86 private static final long NOT_LAUNCHED_YET = -LAUNCH_COOLDOWN; field in NotificationEntry
102 private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET;
132 public long lastRemoteInputSent = NOT_LAUNCHED_YET;
476 lastRemoteInputSent = NOT_LAUNCHED_YET; in onRemoteInputInserted()