Searched refs:NotificationManager (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java20 import android.app.NotificationManager;
48 * Compatibility library for NotificationManager with fallbacks for older platforms.
95 private final NotificationManager mNotificationManager;
108 mNotificationManager = (NotificationManager) mContext.getSystemService(
115 void cancelNotification(NotificationManager notificationManager, String tag, int id);
117 void postNotification(NotificationManager notificationManager, String tag, int id,
125 public void cancelNotification(NotificationManager notificationManager, String tag,
131 public void postNotification(NotificationManager notificationManager, String tag, int id,
144 public void cancelNotification(NotificationManager notificationManager, String tag,
150 public void postNotification(NotificationManager notificationManage
[all...]
/frameworks/support/v4/eclair/android/support/v4/app/
H A DNotificationManagerCompatEclair.java20 import android.app.NotificationManager;
23 static void cancelNotification(NotificationManager notificationManager, String tag,
28 public static void postNotification(NotificationManager notificationManager, String tag, int id,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java20 import android.app.NotificationManager;
44 * be the ID of the Notification given to the NotificationManager.
66 * The Notification object given to the NotificationManager.
221 NotificationManager notificationManager = (NotificationManager) mContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java21 import android.app.NotificationManager;
150 * The Notification object given to the NotificationManager.
1920 * Post a notification to NotificationManager for restricted state
1983 NotificationManager notificationManager = (NotificationManager)
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java21 import android.app.NotificationManager;
64 NotificationManager mNotificationManager;
75 //mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java6 import android.app.NotificationManager;
144 NotificationManager mNoMan = null;
148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE);
H A DOnePlayerActivity.java21 import android.app.NotificationManager;
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java23 import android.app.NotificationManager;
54 NotificationManager mNM;
61 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
H A DNotificationTestList.java20 import android.app.NotificationManager;
45 NotificationManager mNM;
82 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
H A DStatusBarTest.java20 import android.app.NotificationManager;
35 NotificationManager mNotificationManager;
55 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
H A DTestActivity.java21 import android.app.NotificationManager;
H A DTestAlertActivity.java4 import android.app.NotificationManager;
27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java21 import android.app.NotificationManager;
61 private final NotificationManager mNotificationManager;
65 mNotificationManager = (NotificationManager)
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java25 import android.app.NotificationManager;
99 NotificationManager.from(context).notify(TAG, 0, builder.build());
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java20 import android.app.NotificationManager;
77 private final NotificationManager mNoMan;
99 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java26 import android.app.NotificationManager;
102 private final NotificationManager mNotificationManager;
120 NotificationManager nManager, int nId) {
363 private NotificationManager mNotificationManager;
421 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
715 static void notifyScreenshotError(Context context, NotificationManager nManager) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java25 import android.app.NotificationManager;
387 NotificationManager noMan = (NotificationManager)
658 NotificationManager noMan =
659 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java21 import android.app.NotificationManager;
161 filter.addAction(NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED);
169 return NotificationManager.from(mContext).getEffectsSuppressor();
236 if (NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java20 import android.app.NotificationManager;
280 NotificationManager notificationManager = (NotificationManager) mContext
365 NotificationManager notificationManager = (NotificationManager) mContext
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java22 import android.app.NotificationManager;
130 mCountdownConditionSupported = NotificationManager.from(mContext)
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java32 import android.app.NotificationManager;
3147 NotificationManager notificationManager = (NotificationManager) mContext
H A DInputMethodManagerService.java47 import android.app.NotificationManager;
203 private NotificationManager mNotificationManager;
892 mNotificationManager = (NotificationManager)
H A DUiModeManagerService.java24 import android.app.NotificationManager;
88 private NotificationManager mNotificationManager;
589 mNotificationManager = (NotificationManager)
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java35 import android.app.NotificationManager;
3028 ((NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE))
3035 ((NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE))
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java123 import android.app.NotificationManager;
1564 INotificationManager inm = NotificationManager.getService();
1610 INotificationManager inm = NotificationManager.getService();

Completed in 574 milliseconds

12