Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2557 final long lastNotificationShownTime = in getNotificationIdIfNecessary() local
2559 if (lastNotificationShownTime != 0 && (lastNotificationShownTime in getNotificationIdIfNecessary()
2563 + TimeUtils.formatDuration(now - lastNotificationShownTime) in getNotificationIdIfNecessary()
2579 + ", lastShown=" + lastNotificationShownTime); in getNotificationIdIfNecessary()