Searched refs:getNotificationManagerForUser (Results 1 – 3 of 3) sorted by relevance
75 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in sendNotification()85 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in clearNotifications()91 private NotificationManager getNotificationManagerForUser(@NonNull UserHandle userHandle) { in getNotificationManagerForUser() method in MigrationNotificationSender145 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel()
187 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 SafetyCenterNotificationSender417 return SafetyCenterNotificationChannels.getNotificationManagerForUser( in getNotificationManagerForUser()
59 static NotificationManager getNotificationManagerForUser( in getNotificationManagerForUser() method in SafetyCenterNotificationChannels138 NotificationManager notificationManager = getNotificationManagerForUser(context, user); in createAllChannelsForUser()