Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java55 private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET; field in NotificationData.Entry
79 lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET; in reset()
102 lastFullScreenIntentLaunchTime = SystemClock.elapsedRealtime(); in notifyFullScreenIntentLaunched()
106 return SystemClock.elapsedRealtime() < lastFullScreenIntentLaunchTime + LAUNCH_COOLDOWN; in hasJustLaunchedFullScreenIntent()