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 MigrationNotificationSender142 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel()
188 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 SafetyCenterNotificationSender413 return SafetyCenterNotificationChannels.getNotificationManagerForUser( in getNotificationManagerForUser()
65 static NotificationManager getNotificationManagerForUser( in getNotificationManagerForUser() method in SafetyCenterNotificationChannels127 requireNonNull(getNotificationManagerForUser(context, user)); in createAllChannelsForUser()