Searched refs:notification1 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
H A Dactive_notification_tracker_unittest.cc13 blink::WebNotification notification1; local
14 int id1 = tracker.RegisterNotification(notification1);
21 EXPECT_TRUE(result == notification1);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DNotificationManagerTest.java19 private Notification notification1 = new Notification(); field in class:NotificationManagerTest
28 notificationManager.notify(1, notification1);
30 assertEquals(notification1, shadowOf(notificationManager).getNotification(1));
39 notificationManager.notify(1, notification1);
48 notificationManager.notify("a tag", 1, notification1);
50 assertEquals(notification1, shadowOf(notificationManager).getNotification("a tag"));
55 notificationManager.notify("a tag", 1, notification1);
62 notificationManager.notify("a tag", 1, notification1);
69 notificationManager.notify(1, notification1);
78 notificationManager.notify("a tag", 1, notification1);
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper_unittest.cc82 scoped_ptr<Notification> notification1 = local
87 *(notification1), options1.get());

Completed in 165 milliseconds