Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java116 expectedNotificationsById.put(150, constructNotification(userHandle, "system_package.A", in testShowResourceOveruseNotificationsAsUser()
119 expectedNotificationsById.put(151, constructNotification(userHandle, "vendor_package.A", in testShowResourceOveruseNotificationsAsUser()
122 expectedNotificationsById.put(152, constructNotification(userHandle, in testShowResourceOveruseNotificationsAsUser()
129 private Notification constructNotification(UserHandle userHandle, String packageName, in constructNotification() method in UserNotificationHelperUnitTest
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java85 Notification notification = constructNotification(packageManager, userHandle, in showResourceOveruseNotificationsAsUser()
98 private @Nullable Notification constructNotification(PackageManager packageManager, in constructNotification() method in UserNotificationHelper