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 52 public void postNotification(long id, Notification notification);
RealSystemFacade.java 94 public void postNotification(long id, Notification notification) {
DownloadNotification.java 205 mSystemFacade.postNotification(item.mId, n);
256 mSystemFacade.postNotification(download.mId, n);
  /external/webkit/WebKit/win/
WebNotificationCenter.cpp 163 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotification(
WebHistory.cpp 147 HRESULT WebHistory::postNotification(NotificationType notifyType, IPropertyBag* userInfo /*=0*/)
253 hr = postNotification(kWebHistoryLoadedNotification);
259 hr = postNotification(kWebHistoryItemsDiscardedWhileLoadingNotification, userInfo.get());
370 hr = postNotification(kWebHistorySavedNotification);
459 return postNotification(kWebHistoryAllItemsRemovedNotification, userInfo.get());
639 hr = postNotification(kWebHistoryItemsRemovedNotification, userInfo.get());
689 hr = postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
747 postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 62 public void postNotification(long id, Notification notification) {
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 402 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
420 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
423 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
444 postNotification(renderer, AXSelectedChildrenChanged, true);
AXObjectCache.h 121 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
122 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
151 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { }
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 324 public void postNotification() {
ActivityManagerService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AlertService.java 267 postNotification(context, prefs, notificationEventName, notificationEventLocation,
273 private static void postNotification(Context context, SharedPreferences prefs,
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 553 postNotification(R.string.throttled_notification_title,
587 postNotification(R.string.throttle_warning_notification_title,
602 private void postNotification(int titleInt, int messageInt, int icon, int flags) {
    [all...]

Completed in 282 milliseconds