Searched refs:mNotificationManager (Results 1 – 3 of 3) sorted by relevance
142 NotificationManager mNotificationManager) throws Exception { in sendBundlingNotifications() argument151 mNotificationManager.notify(lists.get(1), in sendBundlingNotifications()161 mNotificationManager.notify(lists.get(2), in sendBundlingNotifications()171 mNotificationManager.notify(lists.get(0), in sendBundlingNotifications()184 NotificationManager mNotificationManager) { in sendNotificationsWithInLineReply() argument198 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()205 public void dismissNotifications(NotificationManager mNotificationManager){ in dismissNotifications() argument206 mNotificationManager.cancelAll(); in dismissNotifications()
54 private NotificationManager mNotificationManager; field in AutoNotificationMockingHelperImpl65 mNotificationManager = instr.getContext().getSystemService(NotificationManager.class); in AutoNotificationMockingHelperImpl()71 mNotificationManager.createNotificationChannel(channel); in AutoNotificationMockingHelperImpl()135 int initialCount = mNotificationManager.getActiveNotifications().length; in postNotifications()153 mNotificationManager.notify(i, builder.build()); in postNotifications()160 mNotificationManager.cancelAll(); in clearAllNotification()
123 private NotificationManager mNotificationManager; field in SystemUiJankTests134 mNotificationManager = getInstrumentation().getContext().getSystemService( in setUp()246 mNotificationManager.notify(icon, builder.build()); in postNotifications()311 mNotificationManager.notify(0, builder.build()); in postInlineReplyNotification()316 mNotificationManager.cancel(icon); in cancelNotifications()330 mNotificationManager.cancelAll(); in cancelNotifications()