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.java129 private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET;
151 public long lastRemoteInputSent = NOT_LAUNCHED_YET;
541 lastRemoteInputSent = NOT_LAUNCHED_YET; in onRemoteInputInserted()
1014 private static final long NOT_LAUNCHED_YET = -LAUNCH_COOLDOWN; field in NotificationEntry