Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 172) sorted by relevance

1234567

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationBuilderTestBase.java28 Notification notification = builder.setContentTitle("Hello").build(); in build_setsContentTitleOnNotification() local
34 Notification notification = builder.build(); in build_whenSetOngoingNotSet_leavesSetOngoingAsFalse() local
40 Notification notification = builder.setOngoing(true).build(); in build_whenSetOngoing_setsOngoingToTrue() local
46 Notification notification = builder.setWhen(100).setShowWhen(true).build(); in build_whenShowWhenNotSet_setsShowWhenOnNotificationToTrue() local
53 Notification notification = builder.setShowWhen(false).build(); in build_setShowWhenOnNotification() local
60 Notification notification = builder.setContentText("Hello Text").build(); in build_setsContentTextOnNotification() local
67 Notification notification = builder.setTicker("My ticker").build(); in build_setsTickerOnNotification() local
75 Notification notification = builder.build(); in build_setsContentInfoOnNotification() local
82 Notification notification = builder.setSmallIcon(R.drawable.an_image).build(); in build_setsIconOnNotification() local
89 Notification notification = builder.setWhen(11L).build(); in build_setsWhenOnNotification() local
[all …]
/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/
DNotificationUtilsTest.java42 Notification notification = in isMessaging_categoryMessage() local
53 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()
DSmartSuggestionsHelperTest.java100 Notification notification = notificationBuilder.setContentText(MESSAGE).build(); in onNotificationEnqueued_notMessageCategory() local
114 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/
Dtimed_thread_notification_facade_test.cc34 TimedThreadNotification notification; in TEST() local
41 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
Dthread_notification_facade_test.cc24 ThreadNotification notification; in TEST() local
31 ThreadNotification notification; in TEST() local
/external/sdk-platform-java/test/integration/goldens/storage/src/com/google/storage/v2/
DNotificationName.java38 private final String notification; field in NotificationName
73 public static NotificationName of(String project, String bucket, String notification) { in of()
77 public static String format(String project, String bucket, String notification) { in format()
182 private String notification; field in NotificationName.Builder
208 public Builder setNotification(String notification) { in setNotification()
/external/google-cloud-java/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/
DNotificationName.java38 private final String notification; field in NotificationName
73 public static NotificationName of(String organization, String location, String notification) { in of()
81 public static String format(String organization, String location, String notification) { in format()
186 private String notification; field in NotificationName.Builder
212 public Builder setNotification(String notification) { in setNotification()
/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java52 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()
DNullCacheTest.java53 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local
71 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local
89 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java52 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()
DNullCacheTest.java53 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local
71 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local
89 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
/external/grpc-grpc/test/core/client_channel/resolvers/
Dfake_resolver_test.cc64 absl::Notification* notification) { in SetExpectedAndNotification()
135 Notification notification; in RunSynchronously() local
168 absl::Notification notification; in TEST_F() local
181 absl::Notification notification; in TEST_F() local
198 absl::Notification notification; in TEST_F() local
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/
DNotificationEventListener.kt38 val notification = Notifications.buildNotification(appContext, builder, LEAKCANARY_LOW) in onEvent() constant
50 val notification = in onEvent() constant
/external/google-cloud-java/java-notification/src/main/java/com/google/cloud/notification/
DNotification.java41 boolean deleteNotification(String bucket, String notification); in deleteNotification()
49 NotificationInfo createNotification(String bucket, NotificationInfo notification); in createNotification()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dlifetime_test.cc42 absl::Notification* notification, bool* state) { in ThreadOne()
60 absl::Notification* notification, bool* state) { in ThreadTwo()
79 absl::Notification notification; in RunTests() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc42 absl::Notification* notification, bool* state) { in ThreadOne()
60 absl::Notification* notification, bool* state) { in ThreadTwo()
79 absl::Notification notification; in RunTests() local
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc42 absl::Notification* notification, bool* state) { in ThreadOne()
60 absl::Notification* notification, bool* state) { in ThreadTwo()
79 absl::Notification notification; in RunTests() local
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc42 absl::Notification* notification, bool* state) { in ThreadOne()
60 absl::Notification* notification, bool* state) { in ThreadTwo()
79 absl::Notification notification; in RunTests() local
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc42 absl::Notification* notification, bool* state) { in ThreadOne()
60 absl::Notification* notification, bool* state) { in ThreadTwo()
79 absl::Notification notification; in RunTests() local
/external/abseil-cpp/absl/synchronization/
Dlifetime_test.cc42 absl::Notification* notification, bool* state) { in ThreadOne()
60 absl::Notification* notification, bool* state) { in ThreadTwo()
79 absl::Notification notification; in RunTests() local
/external/grpc-grpc/test/cpp/end2end/
Dssl_credentials_test.cc50 void RunServer(absl::Notification* notification) { in RunServer()
123 absl::Notification notification; in TEST_F() local
149 absl::Notification notification; in TEST_F() local
182 absl::Notification notification; in TEST_F() local
/external/ktfmt/ktfmt_idea_plugin/src/main/kotlin/com/facebook/ktfmt/intellij/
DInitialConfigurationStartupActivity.kt38 val notification = in displayNewUserNotification() constant
/external/android_onboarding/java/com/android/onboarding/process/
DNotificationKeepAliveService.kt27 val notification = in onBind() constant
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DHeapDumpTrigger.kt257 val notification = in <lambda>() constant
377 val notification = in <lambda>() constant
401 val notification = in <lambda>() constant
/external/python/cpython3/Lib/test/test_concurrent_futures/
Dtest_future.py201 def notification(): function
215 def notification(): function
242 def notification(): function

1234567