/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationBuilderTest.java | 27 Notification notification = builder.setContentTitle("Hello").build(); in build_setsContentTitleOnNotification() local 33 Notification notification = builder.build(); in build_whenSetOngoingNotSet_leavesSetOngoingAsFalse() local 39 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 54 Notification notification = builder.setShowWhen(false).build(); in build_setShowWhenOnNotification() local 61 Notification notification = builder.setContentText("Hello Text").build(); in build_setsContentTextOnNotification() local 68 Notification notification = builder.setTicker("My ticker").build(); in build_setsTickerOnNotification() local 76 Notification notification = builder.build(); in build_setsContentInfoOnNotification() local 83 Notification notification = builder.setSmallIcon(R.drawable.an_image).build(); in build_setsIconOnNotification() local 90 Notification notification = builder.setWhen(11L).build(); in build_setsWhenOnNotification() local [all …]
|
D | ShadowNotificationTest.java | 19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
|
D | ShadowAccessibilityEventTest.java | 39 final Notification notification = new Notification(); in shouldRecordParcelables() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 61 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()
|
D | NullCacheTest.java | 51 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/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 79 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNotificationManager.java | 21 public void notify(int id, Notification notification) in notify() 27 public void notify(String tag, int id, Notification notification) { in notify()
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 4-1-buildonly.c | 13 struct sigevent *notification; in test_mq_notify_prototype() local
|
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/ |
D | NotificationCompatBuilderTest.java | 20 Notification notification = in addAction__shouldAddActionToNotification() local
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | NotificationTest.java | 19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
D | 8-1.c | 37 struct sigevent notification; in main() local
|
D | 9-1.c | 45 struct sigevent notification; in main() local
|
D | 2-1.c | 46 struct sigevent notification; in main() local
|
D | 4-1.c | 54 struct sigevent notification; in main() local
|
D | 3-1.c | 57 struct sigevent notification; in main() local
|
D | 1-1.c | 57 struct sigevent notification; in main() local
|
D | 5-1.c | 66 struct sigevent notification; in main() local
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ServiceUtils.java | 50 Notification notification) { in setForeground()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 54 static void notification(union sigval sv) in notification() function
|
/external/webrtc/webrtc/modules/utility/source/ |
D | file_player_impl.cc | 208 uint32_t notification, in StartPlayingFile() 289 uint32_t notification, in StartPlayingFile()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 10-1.c | 23 int notification; variable
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | ForegroundService.java | 58 private void startForegroundCompat(Notification notification) { in startForegroundCompat()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | AudioTestService.java | 64 Notification notification; in runAsForegroundService() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotificationManager.java | 31 public void notify(int id, Notification notification) { in notify() 36 public void notify(String tag, int id, Notification notification) { in notify()
|