Home
last modified time | relevance | path

Searched refs:mNotificationManager (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java142 NotificationManager mNotificationManager) throws Exception { in sendBundlingNotifications() argument
151 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() argument
198 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
205 public void dismissNotifications(NotificationManager mNotificationManager){ in dismissNotifications() argument
206 mNotificationManager.cancelAll(); in dismissNotifications()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java54 private NotificationManager mNotificationManager; field in AutoNotificationMockingHelperImpl
65 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()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java123 private NotificationManager mNotificationManager; field in SystemUiJankTests
134 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()