Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java286 private final NotificationHelper mNotificationHelper; field in AppRestrictionController
503 pw.print(mNotificationHelper.notificationTypeToString(i)); in dump()
1490 mNotificationHelper = new NotificationHelper(this); in AppRestrictionController()
1505 mNotificationHelper.onSystemReady(); in onSystemReady()
2311 mNotificationHelper.postRequestBgRestrictedIfNecessary(packageName, uid); in handleRequestBgRestricted()
2319 mNotificationHelper.cancelRequestBgRestrictedIfNecessary(packageName, uid); in handleCancelRequestBgRestricted()
3034 mNotificationHelper.postLongRunningFgsIfNecessary(packageName, uid); in postLongRunningFgsIfNecessary()
3038 mNotificationHelper.cancelLongRunningFGSNotificationIfNecessary(packageName, uid); in cancelLongRunningFGSNotificationIfNecessary()