Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java85 private final UserNotificationHelper mUserNotificationHelper =
86 new UserNotificationHelper(mSpiedContext);
105 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()
136 PendingIntent positiveActionIntent = UserNotificationHelper.getCarServicePendingIntent( in constructNotification()
139 UserNotificationHelper.getCarServicePendingIntent(mSpiedContext, in constructNotification()
149 negativeActionIntent = UserNotificationHelper.getCarServicePendingIntent(mSpiedContext, in constructNotification()
H A DCarWatchdogServiceUnitTest.java203 @Mock private UserNotificationHelper mMockUserNotificationHelper;
218 @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()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java47 public final class UserNotificationHelper { class
57 UserNotificationHelper(Context context) { in UserNotificationHelper() method in UserNotificationHelper
H A DCarWatchdogService.java233 new UserNotificationHelper(context), SYSTEM_INSTANCE); in CarWatchdogService()
238 UserNotificationHelper userNotificationHelper, TimeSource timeSource) { in CarWatchdogService()
H A DWatchdogPerfHandler.java213 private final UserNotificationHelper mUserNotificationHelper;
288 UserNotificationHelper userNotificationHelper, TimeSource timeSource) { in WatchdogPerfHandler()
1562 List<UserNotificationHelper.PackageNotificationInfo> packageNotificationInfos = in notifyUserOnOveruse()
1604 new UserNotificationHelper.PackageNotificationInfo(packageName, in notifyUserOnOveruse()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceTest.java108 @Mock private UserNotificationHelper mMockUserNotificationHelper;