Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java85 private final UserNotificationHelper mUserNotificationHelper = field in UserNotificationHelperUnitTest
113 mUserNotificationHelper.showResourceOveruseNotificationsAsUser(infos, userHandle); in testShowResourceOveruseNotificationsAsUser()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java213 private final UserNotificationHelper mUserNotificationHelper; field in WatchdogPerfHandler
297 mUserNotificationHelper = userNotificationHelper; in WatchdogPerfHandler()
1620 mUserNotificationHelper.showResourceOveruseNotificationsAsUser(packageNotificationInfos, in notifyUserOnOveruse()