Searched refs:getNotificationManager (Results 1 – 4 of 4) sorted by relevance
82 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context)); in updateNotification()83 getNotificationManager(context).notify( in updateNotification()92 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID); in cancelNotifications()93 getNotificationManager(context).cancel(PHONE_ACCOUNT_NOTIFICATION_ID); in cancelNotifications()181 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CallServiceNotifier
239 NotificationChannel channel = getNotificationManager(context).getNotificationChannel(channelId); in getChannel()268 getNotificationManager(context) in createChannel()353 getNotificationManager(context).createNotificationChannel(channel); in createChannel()361 NotificationManager notificationManager = getNotificationManager(context); in deleteOldOngoingCallChannelIfNeeded()371 private static NotificationManager getNotificationManager(@NonNull Context context) { in getNotificationManager() method in NotificationChannelManager
202 getNotificationManager() in updateNotification()209 getNotificationManager() in updateNotification()287 getNotificationManager() in notifyLegacyVoicemail()293 getNotificationManager() in cancelLegacyNotification()335 private NotificationManager getNotificationManager() { in getNotificationManager() method in DefaultVoicemailNotifier
62 getNotificationManager(context).createNotificationChannel(channel); in createOrUpdateChannel()106 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in NotificationChannelManager