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
145 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java187 NotificationManager notificationManager = getNotificationManagerForUser(userId); in notifyActionSuccess()
228 NotificationManager notificationManager = getNotificationManagerForUser(userId); in updateNotifications()
266 NotificationManager notificationManager = getNotificationManagerForUser(userId); in cancelAllNotifications()
416 private NotificationManager getNotificationManagerForUser(@UserIdInt int userId) { in getNotificationManagerForUser() method in SafetyCenterNotificationSender
417 return SafetyCenterNotificationChannels.getNotificationManagerForUser( in getNotificationManagerForUser()
DSafetyCenterNotificationChannels.java59 static NotificationManager getNotificationManagerForUser( in getNotificationManagerForUser() method in SafetyCenterNotificationChannels
138 NotificationManager notificationManager = getNotificationManagerForUser(context, user); in createAllChannelsForUser()