Searched refs:nm (Results 1 – 2 of 2) sorted by relevance
160 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in prepareNotifications() local165 nm.notify(icon, builder.build()); in prepareNotifications()176 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in cancelNotifications() local178 nm.cancelAll(); in cancelNotifications()
74 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) { in NotificationHelper() argument77 mNotificationManager = nm; in NotificationHelper()