/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNotificationManager.java | 3 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()
|
D | ShadowNotification.java | 3 import android.app.Notification; 11 @Implements(Notification.class) 14 public Notification getRealNotification() { in getRealNotification() 19 Notification realNotification;
|
D | ShadowService.java | 4 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/ |
D | Scanner.java | 67 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/ |
D | NotificationManagerTest.java | 3 import android.app.Notification; 19 private Notification notification1 = new Notification(); 20 private Notification notification2 = new Notification();
|
D | NotificationTest.java | 4 import android.app.Notification; 19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent()
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecService.java | 27 import android.app.Notification; 65 …Notification notification = new Notification(R.drawable.deqp_app_small, "dEQP ExecServer", System.… in onStartCommand()
|
/external/gtest/test/ |
D | gtest_output_test_.cc | 56 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;
|
D | gtest_stress_test.cc | 52 using internal::Notification; 130 Notification threads_can_start; in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test_.cc | 53 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;
|
D | gtest_stress_test.cc | 52 using internal::Notification; 131 Notification threads_can_start; in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest_output_test_.cc | 53 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;
|
D | gtest_stress_test.cc | 52 using internal::Notification; 131 Notification threads_can_start; in TEST()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1110 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/ |
D | gtest-port.h | 1202 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/ |
D | Localizable.strings | 1 /* Strings for User Notification of a crash */
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 855 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/ |
D | gtest-port.h | 1085 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/ |
D | gtest-port.h | 1095 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/ |
D | libxt_ecn.man | 1 …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/ |
D | Localizable.strings | 1 /* Strings for User Notification of a crash */
|
/external/google-breakpad/src/client/mac/sender/English.lproj/ |
D | Localizable.strings | 1 /* Strings for User Notification of a crash */
|
/external/google-breakpad/src/client/mac/sender/nl.lproj/ |
D | Localizable.strings | 1 /* Strings for User Notification of a crash */
|
/external/google-breakpad/src/client/mac/sender/da.lproj/ |
D | Localizable.strings | 1 /* Strings for User Notification of a crash */
|
/external/google-breakpad/src/client/mac/sender/it.lproj/ |
D | Localizable.strings | 1 /* Strings for User Notification of a crash */
|