Searched refs:getNotification (Results 1 – 4 of 4) sorted by relevance
30 assertEquals(notification1, shadowOf(notificationManager).getNotification(1)); in testNotify()34 assertEquals(notification2, shadowOf(notificationManager).getNotification(31)); in testNotify()43 assertEquals(notification2, shadowOf(notificationManager).getNotification(1)); in testNotifyReplaces()50 assertEquals(notification1, shadowOf(notificationManager).getNotification("a tag")); in testNotifyWithTag()57 assertNull(shadowOf(notificationManager).getNotification(null)); in notifyWithTag_shouldReturnNullForNullTag()64 assertNull(shadowOf(notificationManager).getNotification("unknown tag")); in notifyWithTag_shouldReturnNullForUnknownTag()73 assertNull(shadowOf(notificationManager).getNotification(1)); in testCancel()82 assertNull(shadowOf(notificationManager).getNotification(1)); in testCancelWithTag()83 assertNull(shadowOf(notificationManager).getNotification("a tag")); in testCancelWithTag()93 assertNull(shadowOf(notificationManager).getNotification(1)); in testCancelAll()[all …]
61 public Notification getNotification(int id) { in getNotification() method in ShadowNotificationManager65 public Notification getNotification(String tag) { in getNotification() method in ShadowNotificationManager
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...