Searched defs:nm (Results 1 – 2 of 2) sorted by relevance
160 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in prepareNotifications() local176 NotificationManager nm = (NotificationManager) getInstrumentation().getTargetContext() in cancelNotifications() local
74 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) { in NotificationHelper()