Home
last modified time | relevance | path

Searched defs: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
176 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in cancelNotifications() local
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java74 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) { in NotificationHelper()