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

  /frameworks/support/v4/eclair/android/support/v4/app/
NotificationManagerCompatEclair.java 28 public static void postNotification(NotificationManager notificationManager, String tag, int id,
  /device/sample/apps/LeanbackCustomizer/src/com/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 90 postNotification(getPackageName(intent));
93 postNotification(TED_PKG_NAME);
94 postNotification(PLAY_MOVIES_PKG_NAME);
98 private void postNotification(String pkgName) {
124 postNotification(sort, resId, backupResId, titleId, backupTitleId, pkgName);
127 private void postNotification(int sort, int resId, int backupResId,
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 117 void postNotification(NotificationManager notificationManager, String tag, int id,
131 public void postNotification(NotificationManager notificationManager, String tag, int id,
150 public void postNotification(NotificationManager notificationManager, String tag, int id,
152 NotificationManagerCompatEclair.postNotification(notificationManager, tag, id,
225 IMPL.postNotification(mNotificationManager, tag, id, notification);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 662 postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true);
728 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
746 postNotification(object.get(), &renderer->document(), notification, postToElement, postType);
749 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType)
767 postNotification(object.get(), &node->document(), notification, postToElement, postType);
770 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
794 postNotification(node, AXObjectCache::AXCheckedStateChanged, true);
801 postNotification(node, AXSelectedChildrenChanged, false);
808 postNotification(renderer, AXSelectedChildrenChanged, false);
834 postNotification(obj, obj->document(), AXLayoutComplete, true)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 241 postNotification();
251 private void postNotification() {
269 postNotification();
275 postNotification();
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 412 public void postNotification() {
ActiveServices.java 577 r.postNotification();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 344 postNotification(info, summaryText, context, true, notificationPrefs, nm,
363 postNotification(info, summaryText, context, false, notificationPrefs, nm,
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 342 milliseconds