Searched refs:lastFullScreenIntentLaunchTime (Results 1 – 1 of 1) sorted by relevance
129 private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET; field in NotificationEntry472 lastFullScreenIntentLaunchTime = SystemClock.elapsedRealtime(); in notifyFullScreenIntentLaunched()476 return SystemClock.elapsedRealtime() < lastFullScreenIntentLaunchTime + LAUNCH_COOLDOWN; in hasJustLaunchedFullScreenIntent()