| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowNotificationBuilderTestBase.java | 30     Notification notification = builder.setContentTitle("Hello").build();  in build_setsContentTitleOnNotification()  local36     Notification notification = builder.build();  in build_whenSetOngoingNotSet_leavesSetOngoingAsFalse()  local
 42     Notification notification = builder.setOngoing(true).build();  in build_whenSetOngoing_setsOngoingToTrue()  local
 49     Notification notification = builder.setWhen(100).setShowWhen(true).build();  in build_whenShowWhenNotSet_setsShowWhenOnNotificationToTrue()  local
 57     Notification notification = builder.setShowWhen(false).build();  in build_setShowWhenOnNotification()  local
 64     Notification notification = builder.setContentText("Hello Text").build();  in build_setsContentTextOnNotification()  local
 71     Notification notification = builder.setTicker("My ticker").build();  in build_setsTickerOnNotification()  local
 79     Notification notification = builder.build();  in build_setsContentInfoOnNotification()  local
 86     Notification notification = builder.setSmallIcon(R.drawable.an_image).build();  in build_setsIconOnNotification()  local
 93     Notification notification = builder.setWhen(11L).build();  in build_setsWhenOnNotification()  local
 [all …]
 
 | 
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowNotificationBuilderTest.java | 30     Notification notification = builder.setContentTitle("Hello").build();  in build_setsContentTitleOnNotification()  local36     Notification notification = builder.build();  in build_whenSetOngoingNotSet_leavesSetOngoingAsFalse()  local
 42     Notification notification = builder.setOngoing(true).build();  in build_whenSetOngoing_setsOngoingToTrue()  local
 49     Notification notification = builder.setWhen(100).setShowWhen(true).build();  in build_whenShowWhenNotSet_setsShowWhenOnNotificationToTrue()  local
 57     Notification notification = builder.setShowWhen(false).build();  in build_setShowWhenOnNotification()  local
 64     Notification notification = builder.setContentText("Hello Text").build();  in build_setsContentTextOnNotification()  local
 71     Notification notification = builder.setTicker("My ticker").build();  in build_setsTickerOnNotification()  local
 79     Notification notification = builder.build();  in build_setsContentInfoOnNotification()  local
 86     Notification notification = builder.setSmallIcon(R.drawable.an_image).build();  in build_setsIconOnNotification()  local
 93     Notification notification = builder.setWhen(11L).build();  in build_setsWhenOnNotification()  local
 [all …]
 
 | 
| /external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/ | 
| D | NotificationUtilsTest.java | 42     Notification notification =  in isMessaging_categoryMessage()  local53     Notification notification =  in isMessaging_messagingStyle()  local
 68     Notification notification =  in isMessaging_publicVersionCategoryMessage()  local
 79     Notification notification =  in isMessaging_negative()  local
 107     Notification notification =  in hasInlineReply_positive()  local
 126     Notification notification =  in hasInlineReply_negative()  local
 135   private static StatusBarNotification createStatusBarNotification(Notification notification) {  in createStatusBarNotification()
 
 | 
| D | SmartSuggestionsHelperTest.java | 100     Notification notification = notificationBuilder.setContentText(MESSAGE).build();  in onNotificationEnqueued_notMessageCategory()  local114     Notification notification =  in onNotificationEnqueued_fromSystem()  local
 132     Notification notification =  in onNotificationEnqueued_noInlineReply()  local
 149     Notification notification = createMessageCategoryNotification();  in onNotificationEnqueued_messageCategoryNotification()  local
 175     Notification notification =  in onNotificationEnqueued_messageStyleNotification()  local
 206     Notification notification =  in onNotificationEnqueued_lastMessageFromLocalUser()  local
 227     Notification notification =  in onNotificationEnqueued_messageStyleNotification_missingPerson()  local
 245     Notification notification = createMessageCategoryNotification();  in onSuggestedReplySent()  local
 271     Notification notification = createMessageCategoryNotification();  in onSuggestedReplySent_noMatchingSession()  local
 288     Notification notification = createMessageCategoryNotification();  in onNotificationDirectReply()  local
 [all …]
 
 | 
| /external/pigweed/pw_sync/ | 
| D | timed_thread_notification_facade_test.cc | 34   TimedThreadNotification notification;  in TEST()  local41   TimedThreadNotification notification;  in TEST()  local
 64   TimedThreadNotification notification;  in TEST()  local
 75   TimedThreadNotification notification;  in TEST()  local
 85   TimedThreadNotification notification;  in TEST()  local
 95   TimedThreadNotification notification;  in TEST()  local
 105   TimedThreadNotification notification;  in TEST()  local
 116   TimedThreadNotification notification;  in TEST()  local
 126   TimedThreadNotification notification;  in TEST()  local
 136   TimedThreadNotification notification;  in TEST()  local
 
 | 
| D | thread_notification_facade_test.cc | 24   ThreadNotification notification;  in TEST()  local31   ThreadNotification notification;  in TEST()  local
 
 | 
| /external/guava/android/guava-tests/test/com/google/common/cache/ | 
| D | TestingRemovalListeners.java | 52     public void onRemoval(RemovalNotification<K, V> notification) {  in onRemoval()66     public void onRemoval(RemovalNotification<K, V> notification) {  in onRemoval()
 91     public void onRemoval(RemovalNotification<K, V> notification) {}  in onRemoval()
 
 | 
| D | NullCacheTest.java | 52     RemovalNotification<Object, Object> notification = listener.remove();  in testGet()  local70     RemovalNotification<Object, Object> notification = listener.remove();  in testGet_expireAfterWrite()  local
 88     RemovalNotification<Object, Object> notification = listener.remove();  in testGet_expireAfterAccess()  local
 
 | 
| /external/guava/guava-tests/test/com/google/common/cache/ | 
| D | TestingRemovalListeners.java | 52     public void onRemoval(RemovalNotification<K, V> notification) {  in onRemoval()66     public void onRemoval(RemovalNotification<K, V> notification) {  in onRemoval()
 91     public void onRemoval(RemovalNotification<K, V> notification) {}  in onRemoval()
 
 | 
| D | NullCacheTest.java | 52     RemovalNotification<Object, Object> notification = listener.remove();  in testGet()  local70     RemovalNotification<Object, Object> notification = listener.remove();  in testGet_expireAfterWrite()  local
 88     RemovalNotification<Object, Object> notification = listener.remove();  in testGet_expireAfterAccess()  local
 
 | 
| /external/angle/third_party/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 | 
| /external/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 | 
| /external/cronet/third_party/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 | 
| /external/openscreen/third_party/abseil/src/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 | 
| /external/libtextclassifier/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 | 
| /external/webrtc/third_party/abseil-cpp/absl/synchronization/ | 
| D | lifetime_test.cc | 42                absl::Notification* notification, bool* state) {  in ThreadOne()60                absl::Notification* notification, bool* state) {  in ThreadTwo()
 79   absl::Notification notification;  in RunTests()  local
 
 | 
| D | notification_test.cc | 56                       Notification* notification,  in RunWorker()69 static void BasicTests(bool notify_before_waiting, Notification* notification) {  in BasicTests()
 
 |