Searched refs:getNotificationManager (Results 1 – 3 of 3) sorted by relevance
57 getNotificationManager(context).notify(tag, id, notification); in notify()71 NotificationManager notificationManager = getNotificationManager(context); in cancel()92 NotificationManager notificationManager = getNotificationManager(context); in cancelAll()103 return getNotificationManager(context).getActiveNotifications(); in getActiveNotifications()135 private static NotificationManager getNotificationManager(@NonNull Context context) { in getNotificationManager() method in DialerNotificationManager
94 getNotificationManager(context).createNotificationChannel(channel); in updateNotification()95 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context)); in updateNotification()96 getNotificationManager(context).notify( in updateNotification()105 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID); in cancelNotifications()106 getNotificationManager(context).cancel(PHONE_ACCOUNT_NOTIFICATION_ID); in cancelNotifications()220 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CallServiceNotifier
64 getNotificationManager(context).createNotificationChannel(channel); in createOrUpdateChannel()116 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in NotificationChannelManager