Home
last modified time | relevance | path

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

12

/external/libweave/src/notification/
Dnotification_parser.cc14 bool ParseCommandCreated(const base::DictionaryValue& notification, in ParseCommandCreated()
28 bool ParseDeviceDeleted(const base::DictionaryValue& notification, in ParseDeviceDeleted()
42 bool ParseNotificationJson(const base::DictionaryValue& notification, in ParseNotificationJson()
/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
DLocalCacheTest.java914 RemovalNotification<K, V> notification = listener.remove(); in assertNotified() local
1297 RemovalNotification<Object, Object> notification = listener.remove(); in testSegmentStoreComputedValue() local
1298 assertEquals(immutableEntry(key, value2), notification); in testSegmentStoreComputedValue() local
1325 assertEquals(immutableEntry(key, value3), notification); in testSegmentStoreComputedValue() local
1339 assertEquals(immutableEntry(key, null), notification); in testSegmentStoreComputedValue() local
1863 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll(); in assertNotificationEnqueued() local
2774 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
DCacheBuilderTest.java430 RemovalNotification<String, String> notification = listener.remove(); in testRemovalNotification_clear() 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java21 public void notify(int id, Notification notification) in notify()
27 public void notify(String tag, int id, Notification notification) { in notify()
DShadowService.java58 public final void startForeground(int id, Notification notification) { in startForeground()
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
DCacheBuilder.java194 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DNotificationTest.java19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java51 Notification notification) { in setForeground()
DTriggerService.java116 Notification notification = builder.build(); in createNotification() local
/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc208 uint32_t notification, in StartPlayingFile()
289 uint32_t notification, in StartPlayingFile()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java48 private void startForegroundCompat(Notification notification) { in startForegroundCompat()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java87 Notification notification = builder.setContentIntent(pm) in onStartCommand() local
/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java56 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
DMapMaker.java646 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
781 RemovalNotification<K, V> notification = in notifyRemoval() local
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h78 uint32_t notification; member
86 uint64_t notification; member
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
Dthread-prctl.c48 int notification[2]; variable
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java60 private Toast notification = null; field in TerminalView
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java93 RemovalNotification<String, String> notification = listener.remove(); in testRemovalNotification_clear() local
DMapMakerInternalMapTest.java401 RemovalNotification<K, V> notification = listener.remove(); in assertNotified() local
1182 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll(); in assertNotificationEnqueued() local
1661 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
1683 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
/external/kernel-headers/original/uapi/sound/
Dfirewire.h25 unsigned int notification; /* DICE-specific bits */ member
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java188 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument

12