Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java547 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime() method in AppRestrictionController.RestrictionSettings.PkgSettings
549 setLastNotificationTime(notificationType, timestamp, true); in setLastNotificationTime()
554 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime() method in AppRestrictionController.RestrictionSettings.PkgSettings
923 pkgSettings.setLastNotificationTime(i, ts[i], false); in loadOneFromXml()
2568 settings.setLastNotificationTime(notificationType, now); in getNotificationIdIfNecessary()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java3132 pkgSettings.setLastNotificationTime(i, notificationTime[i], persist); in setRestrictionSettings()