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 D | UserNotificationHelperUnitTest.java | 85 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 D | CarWatchdogServiceUnitTest.java | 203 @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 D | UserNotificationHelper.java | 47 public final class UserNotificationHelper { class 57 UserNotificationHelper(Context context) { in UserNotificationHelper() method in UserNotificationHelper
|
H A D | CarWatchdogService.java | 233 new UserNotificationHelper(context), SYSTEM_INSTANCE); in CarWatchdogService() 238 UserNotificationHelper userNotificationHelper, TimeSource timeSource) { in CarWatchdogService()
|
H A D | WatchdogPerfHandler.java | 213 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 D | CarWatchdogServiceTest.java | 108 @Mock private UserNotificationHelper mMockUserNotificationHelper;
|