Searched refs:notifications (Results 1 - 10 of 10) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNotificationManager.java17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>(); field in class:ShadowNotificationManager
31 notifications.put(id, notification);
44 if (notifications.containsKey(id)) {
45 notifications.remove(id);
47 notifications.remove(tagId);
53 notifications.clear();
58 return notifications.size();
62 return notifications.get(id);
67 return notifications.get(id);
71 return new ArrayList<Notification>(notifications
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc471 static void ThreadRoutine(SpawnThreadNotifications* notifications) { argument
473 notifications->spawn_thread_started.Notify();
476 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
/external/gtest/test/
H A Dgtest_output_test_.cc483 static void ThreadRoutine(SpawnThreadNotifications* notifications) { argument
485 notifications->spawn_thread_started.Notify();
488 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc583 static void ThreadRoutine(SpawnThreadNotifications* notifications) { argument
585 notifications->spawn_thread_started.Notify();
588 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
/external/jetty/src/java/org/eclipse/jetty/jmx/
H A DObjectMBean.java229 Object notifications=null;
303 (MBeanNotificationInfo[])LazyList.toArray(notifications, MBeanNotificationInfo.class));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 365 milliseconds