Searched refs:getNotificationManager (Results 1 – 5 of 5) 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
53 NotificationManager mgr = mComponentContextFixture.getNotificationManager(); in testPostNotification()62 NotificationManager mgr = mComponentContextFixture.getNotificationManager(); in testDismissNotification()
866 public NotificationManager getNotificationManager() {
73 getNotificationManager(context).createNotificationChannel(channel); in createOrUpdateChannel()156 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in NotificationChannelManager