Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java160 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in prepareNotifications() local
165 nm.notify(icon, builder.build()); in prepareNotifications()
176 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in cancelNotifications() local
178 nm.cancelAll(); in cancelNotifications()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java74 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) { in NotificationHelper() argument
77 mNotificationManager = nm; in NotificationHelper()