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 D | UserNotificationHelperUnitTest.java | 116 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 D | UserNotificationHelper.java | 85 Notification notification = constructNotification(packageManager, userHandle, in showResourceOveruseNotificationsAsUser() 98 private @Nullable Notification constructNotification(PackageManager packageManager, in constructNotification() method in UserNotificationHelper
|