Home
last modified time | relevance | path

Searched refs:getNotification (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DNotificationManagerTest.java30 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 …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java61 public Notification getNotification(int id) { in getNotification() method in ShadowNotificationManager
65 public Notification getNotification(String tag) { in getNotification() method in ShadowNotificationManager
/external/robolectric/lib/main/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...