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

  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 38 private NotificationManager mNotificationManager;
43 mNotificationManager = (NotificationManager) mContext.getSystemService(
50 mNotificationManager.cancelAll();
89 mNotificationManager.cancel(id);
110 mNotificationManager.cancelAll();
126 mNotificationManager.notify(id, notification);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 43 NotificationManager mNotificationManager;
54 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
116 mNotificationManager.notify(1,
132 mNotificationManager.cancel(1);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 36 private NotificationManager mNotificationManager;
50 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
142 mNotificationManager.cancel(R.layout.status_bar_notifications);
177 mNotificationManager.notify(R.layout.status_bar_notifications, notification);
205 mNotificationManager.notify(R.layout.status_bar_notifications, notif);
233 mNotificationManager.notify(
  /packages/apps/IM/src/com/android/im/service/
StatusBarNotifier.java 47 private NotificationManager mNotificationManager;
56 mNotificationManager = (NotificationManager) context.getSystemService(
115 mNotificationManager.cancel(info.computeNotificationId());
135 mNotificationManager.cancel(info.computeNotificationId());
143 mNotificationManager.notify(info.computeNotificationId(),
176 mNotificationManager.notify(info.computeNotificationId(),
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 55 private NotificationManager mNotificationManager = null;
88 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
105 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title);
192 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification);
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 101 private NotificationManager mNotificationManager;
580 if (mNotificationManager == null) {
581 mNotificationManager = (NotificationManager)
585 if (mNotificationManager != null) {
599 mNotificationManager.notify(0, n);
601 mNotificationManager.cancel(0);
    [all...]
ThrottleService.java 103 private NotificationManager mNotificationManager;
141 mNotificationManager = (NotificationManager)mContext.getSystemService(
551 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
586 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
594 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
624 mNotificationManager.notify(mThrottlingNotification.icon, mThrottlingNotification);
641 mNotificationManager.cancel(R.drawable.stat_sys_throttled);
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
notifications.jd 78 NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns);
105 mNotificationManager.notify(HELLO_ID, notification);
120 NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns);
413 <pre>mNotificationManager.notify(CUSTOM_VIEW_ID, notification);</pre>
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 71 private NotificationManager mNotificationManager = null;
155 mNotificationManager = (NotificationManager) mContext
700 mNotificationManager.cancel(STK_NOTIFICATION_ID);
728 mNotificationManager.notify(STK_NOTIFICATION_ID, notification);
  /frameworks/base/core/java/android/app/
ContextImpl.java 185 private NotificationManager mNotificationManager = null;
    [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 587 milliseconds