Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java499 if (mLastNotificationShownTime != null) { in dump()
501 if (mLastNotificationShownTime[i] > 0) { in dump()
540 if (mLastNotificationShownTime == null) { in getLastNotificationTime()
543 return mLastNotificationShownTime[notificationType]; in getLastNotificationTime()
556 if (mLastNotificationShownTime == null) { in setLastNotificationTime()
557 mLastNotificationShownTime = in setLastNotificationTime()
597 if (mLastNotificationShownTime != null) { in clone()
598 newObj.mLastNotificationShownTime = Arrays.copyOf( in clone()
599 mLastNotificationShownTime, mLastNotificationShownTime.length); in clone()
624 mLastNotificationShownTime) in equals()
[all …]