Searched refs:NOTIFICATION_SERVICE (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestAlertActivity.java27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
H A DStatusBarTest.java55 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
H A DNotificationBuilderTest.java61 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
H A DNotificationTestList.java82 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java89 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java61 Context.NOTIFICATION_SERVICE);
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java46 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
/frameworks/base/core/java/android/app/
H A DNotificationManager.java94 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java62 Context.NOTIFICATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java289 .getSystemService(Context.NOTIFICATION_SERVICE);
370 .getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java367 Context.NOTIFICATION_SERVICE);
391 Context.NOTIFICATION_SERVICE);
H A DUiModeManagerService.java539 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
H A DSystemServer.java552 ServiceManager.addService(Context.NOTIFICATION_SERVICE, notification);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java220 .getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java183 .getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java1772 * <dt> {@link #NOTIFICATION_SERVICE} ("notification")
1819 * @see #NOTIFICATION_SERVICE
1918 public static final String NOTIFICATION_SERVICE = "notification"; field in class:Context
/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java372 .getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java428 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
455 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
H A DTethering.java449 (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE);
490 (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayAdapter.java107 Context.NOTIFICATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java380 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java195 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java291 Context.NOTIFICATION_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1708 context.getSystemService(Context.NOTIFICATION_SERVICE);
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java2498 ((NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE))
2505 ((NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE))

Completed in 586 milliseconds

12