Home
last modified time | relevance | path

Searched refs:getNotificationManagerForUser (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java75 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in sendNotification()
85 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in clearNotifications()
91 private NotificationManager getNotificationManagerForUser(@NonNull UserHandle userHandle) { in getNotificationManagerForUser() method in MigrationNotificationSender
142 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java188 NotificationManager notificationManager = getNotificationManagerForUser(userId); in notifyActionSuccess()
230 NotificationManager notificationManager = getNotificationManagerForUser(userId); in updateNotifications()
268 NotificationManager notificationManager = getNotificationManagerForUser(userId); in cancelAllNotifications()
412 private NotificationManager getNotificationManagerForUser(@UserIdInt int userId) { in getNotificationManagerForUser() method in SafetyCenterNotificationSender
413 return SafetyCenterNotificationChannels.getNotificationManagerForUser( in getNotificationManagerForUser()
DSafetyCenterNotificationChannels.java65 static NotificationManager getNotificationManagerForUser( in getNotificationManagerForUser() method in SafetyCenterNotificationChannels
127 requireNonNull(getNotificationManagerForUser(context, user)); in createAllChannelsForUser()