Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java75 void showResourceOveruseNotificationsAsUser(List<PackageNotificationInfo> infos, in showResourceOveruseNotificationsAsUser()
84 PackageNotificationInfo info = infos.get(i); in showResourceOveruseNotificationsAsUser()
160 static final class PackageNotificationInfo { class in UserNotificationHelper
164 PackageNotificationInfo(String packageName, @NotificationManager.Importance int importance, in PackageNotificationInfo() method in UserNotificationHelper.PackageNotificationInfo
176 if (!(obj instanceof PackageNotificationInfo)) { in equals()
179 PackageNotificationInfo other = (PackageNotificationInfo) obj; in equals()
H A DWatchdogPerfHandler.java1562 List<UserNotificationHelper.PackageNotificationInfo> packageNotificationInfos = in notifyUserOnOveruse()
1604 new UserNotificationHelper.PackageNotificationInfo(packageName, in notifyUserOnOveruse()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java105 List<UserNotificationHelper.PackageNotificationInfo> infos = List.of( in testShowResourceOveruseNotificationsAsUser()
106 new UserNotificationHelper.PackageNotificationInfo("system_package.A", in testShowResourceOveruseNotificationsAsUser()
108 new UserNotificationHelper.PackageNotificationInfo("vendor_package.A", in testShowResourceOveruseNotificationsAsUser()
110 new UserNotificationHelper.PackageNotificationInfo("third_party_package.A", in testShowResourceOveruseNotificationsAsUser()
H A DCarWatchdogServiceUnitTest.java218 @Captor private ArgumentCaptor<List<UserNotificationHelper.PackageNotificationInfo>>
4038 List<List<UserNotificationHelper.PackageNotificationInfo>> allPackageNotificationInfos = in captureAndVerifyUserNotifications()
4697 List<UserNotificationHelper.PackageNotificationInfo> actualPackageNotificationInfos, in verifyCall()
4703 for (UserNotificationHelper.PackageNotificationInfo info in verifyCall()