Home
last modified time | relevance | path

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

123

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationBuilderTest.java30 Notification notification = builder.setContentTitle("Hello").build(); in build_setsContentTitleOnNotification() local
36 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 …]
DShadowNotificationTest.java19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
DShadowAccessibilityEventTest.java30 final Notification notification = new Notification(); in shouldRecordParcelables() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp116 struct notification struct
118 typedef typename detail::notification_base<T>::type type;
119 typedef typename detail::notification_base<T>::observer_type observer_type;
122 typedef detail::notification_base<T> base;
124 struct on_next_notification : public base {
148 struct on_error_notification : public base {
173 struct on_completed_notification : public base {
191 struct exception_tag {};
195 type make_on_error(exception_tag&&, Exception&& e) { in make_on_error()
200 struct exception_ptr_tag {};
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java61 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
75 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
102 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
DNullCacheTest.java51 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local
68 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local
85 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
DTestingRemovalListeners.java52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
79 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DNotificationCompatBuilderTest.java18 Notification notification = in addAction__shouldAddActionToNotification() local
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D4-1-buildonly.c13 struct sigevent *notification; in test_mq_notify_prototype() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
D8-1.c37 struct sigevent notification; in main() local
D2-1.c46 struct sigevent notification; in main() local
D9-1.c45 struct sigevent notification; in main() local
D4-1.c54 struct sigevent notification; in main() local
D3-1.c57 struct sigevent notification; in main() local
D1-1.c57 struct sigevent notification; in main() local
D5-1.c66 struct sigevent notification; in main() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java50 Notification notification) { in setForeground()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c52 static void notification(union sigval sv) in notification() function
/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc208 uint32_t notification, in StartPlayingFile()
289 uint32_t notification, in StartPlayingFile()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D10-1.c23 int notification; variable
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java58 private void startForegroundCompat(Notification notification) { in startForegroundCompat()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc54 typedef struct notification { struct
58 } notification; argument
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java81 Notification notification; in runAsForegroundService() local
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java87 Notification notification = builder.setContentIntent(pm) in onStartCommand() local

123