HomeSort by relevance Sort by last modified time
    Searched defs:postNotification (Results 1 - 12 of 12) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 53 public void postNotification(long id, Notification notification);
RealSystemFacade.java 82 public void postNotification(long id, Notification notification) {
DownloadNotification.java 195 mSystemFacade.postNotification(item.mId, builder.getNotification());
250 mSystemFacade.postNotification(id, builder.getNotification());
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.cpp 161 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotification(
WebHistory.cpp 145 HRESULT WebHistory::postNotification(NotificationType notifyType, IPropertyBag* userInfo /*=0*/)
251 hr = postNotification(kWebHistoryLoadedNotification);
257 hr = postNotification(kWebHistoryItemsDiscardedWhileLoadingNotification, userInfo.get());
368 hr = postNotification(kWebHistorySavedNotification);
457 return postNotification(kWebHistoryAllItemsRemovedNotification, userInfo.get());
637 hr = postNotification(kWebHistoryItemsRemovedNotification, userInfo.get());
687 hr = postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
745 postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 71 public void postNotification(long id, Notification notification) {
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.cpp 479 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
497 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
500 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
523 postNotification(renderer, AXSelectedChildrenChanged, false);
AXObjectCache.h 139 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
140 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
184 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { }
185 inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType) { }
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 342 public void postNotification() {
ActivityManagerService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 296 postNotification(context, prefs, notificationEventName, notificationEventLocation,
303 private static void postNotification(Context context, SharedPreferences prefs,
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 615 postNotification(R.string.throttled_notification_title,
650 postNotification(R.string.throttle_warning_notification_title,
665 private void postNotification(int titleInt, int messageInt, int icon, int flags) {
    [all...]

Completed in 769 milliseconds