Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 25 of 43) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java3 import android.app.Notification;
17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>();
21 public void notify(int id, Notification notification) in notify()
27 public void notify(String tag, int id, Notification notification) { in notify()
61 public Notification getNotification(int id) { in getNotification()
65 public Notification getNotification(String tag) { in getNotification()
70 public List<Notification> getAllNotifications() { in getAllNotifications()
71 return new ArrayList<Notification>(notifications.values()); in getAllNotifications()
DShadowNotification.java3 import android.app.Notification;
11 @Implements(Notification.class)
14 public Notification getRealNotification() { in getRealNotification()
19 Notification realNotification;
DShadowService.java4 import android.app.Notification;
20 private Notification lastForegroundNotification;
58 public final void startForeground(int id, Notification notification) { in startForeground()
68 public Notification getLastForegroundNotification() { in getLastForegroundNotification()
/external/jetty/src/java/org/eclipse/jetty/util/
DScanner.java67 public enum Notification { ADDED, CHANGED, REMOVED }; enum in Scanner
68 private final Map<String,Notification> _notifications = new HashMap<String,Notification>();
471 Notification old=_notifications.put(file,Notification.ADDED);
478 _notifications.put(file,Notification.CHANGED);
484 Notification old=_notifications.put(file,Notification.CHANGED);
490 _notifications.put(file,Notification.ADDED);
501 Notification old=_notifications.put(file,Notification.REMOVED);
519 …for (Iterator<Entry<String,Notification>> iter = _notifications.entrySet().iterator();iter.hasNext…
521 Entry<String,Notification> entry=iter.next();
534 Notification notification=entry.getValue();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DNotificationManagerTest.java3 import android.app.Notification;
19 private Notification notification1 = new Notification();
20 private Notification notification2 = new Notification();
DNotificationTest.java4 import android.app.Notification;
19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java27 import android.app.Notification;
65Notification notification = new Notification(R.drawable.deqp_app_small, "dEQP ExecServer", System.… in onStartCommand()
/external/gtest/test/
Dgtest_output_test_.cc56 using testing::internal::Notification;
276 Notification n1;
277 Notification n2;
278 Notification n3;
474 Notification spawn_thread_started;
475 Notification spawn_thread_ok_to_terminate;
Dgtest_stress_test.cc52 using internal::Notification;
130 Notification threads_can_start; in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_.cc53 using testing::internal::Notification;
264 Notification n1;
265 Notification n2;
266 Notification n3;
462 Notification spawn_thread_started;
463 Notification spawn_thread_ok_to_terminate;
Dgtest_stress_test.cc52 using internal::Notification;
131 Notification threads_can_start; in TEST()
/external/protobuf/gtest/test/
Dgtest_output_test_.cc53 using testing::internal::Notification;
250 Notification n1;
251 Notification n2;
252 Notification n3;
574 Notification spawn_thread_started;
575 Notification spawn_thread_ok_to_terminate;
Dgtest_stress_test.cc52 using internal::Notification;
131 Notification threads_can_start; in TEST()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1110 class Notification {
1112 Notification() : notified_(false) {
1115 ~Notification() {
1144 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1187 UserThreadFunc func, T param, Notification* thread_can_start)
1218 Notification* const thread_can_start_;
/external/gtest/include/gtest/internal/
Dgtest-port.h1202 class Notification {
1204 Notification() : notified_(false) {
1207 ~Notification() {
1236 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1279 UserThreadFunc func, T param, Notification* thread_can_start)
1310 Notification* const thread_can_start_;
/external/google-breakpad/src/client/mac/sender/ja.lproj/
DLocalizable.strings1 /* Strings for User Notification of a crash */
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h855 class Notification {
857 Notification() : notified_(false) {} in Notification() function
874 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
917 UserThreadFunc func, T param, Notification* thread_can_start) in ThreadWithParam()
948 Notification* const thread_can_start_;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1085 class Notification {
1087 Notification() : notified_(false) {}
1104 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1147 UserThreadFunc func, T param, Notification* thread_can_start)
1178 Notification* const thread_can_start_;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1095 class Notification {
1097 Notification() : notified_(false) {}
1114 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1157 UserThreadFunc func, T param, Notification* thread_can_start)
1188 Notification* const thread_can_start_;
/external/iptables/extensions/
Dlibxt_ecn.man1 …bits of the IPv4/IPv6 and TCP header. ECN is the Explicit Congestion Notification mechanism as sp…
/external/google-breakpad/src/client/mac/sender/tr.lproj/
DLocalizable.strings1 /* Strings for User Notification of a crash */
/external/google-breakpad/src/client/mac/sender/English.lproj/
DLocalizable.strings1 /* Strings for User Notification of a crash */
/external/google-breakpad/src/client/mac/sender/nl.lproj/
DLocalizable.strings1 /* Strings for User Notification of a crash */
/external/google-breakpad/src/client/mac/sender/da.lproj/
DLocalizable.strings1 /* Strings for User Notification of a crash */
/external/google-breakpad/src/client/mac/sender/it.lproj/
DLocalizable.strings1 /* Strings for User Notification of a crash */

12