Home
last modified time | relevance | path

Searched refs:NOTIFICATION_SERVICE (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java148 ServiceManager.getService(Context.NOTIFICATION_SERVICE)); in getNotificationInterface()
160 ServiceManager.getService(Context.NOTIFICATION_SERVICE)); in requestRebind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotServiceErrorReceiver.java36 context.getSystemService(Context.NOTIFICATION_SERVICE); in onReceive()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DTestAlertActivity.java27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPause()
DStatusBarTest.java55 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in tests()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java21 import static android.content.Context.NOTIFICATION_SERVICE;
64 (NotificationManager) mService.mContext.getSystemService(NOTIFICATION_SERVICE); in AlertWindowNotification()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockLockSettingsContext.java55 } else if (NOTIFICATION_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java19 import static android.content.Context.NOTIFICATION_SERVICE;
169 (NotificationManager) mContext.getSystemService(NOTIFICATION_SERVICE); in testNotificationActionExtras()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java53 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); in WrongPasswordNotifier()
DWakeupOnboarding.java192 mContext.getSystemService(Context.NOTIFICATION_SERVICE); in getNotificationManager()
DWifiApConfigStore.java200 mContext.getSystemService(Context.NOTIFICATION_SERVICE); in notifyUserOfApBandConversion()
494 mContext.getSystemService(Context.NOTIFICATION_SERVICE); in handleUserHotspotConfigTappedContent()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DServiceIntentSender.java46 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); in ServiceIntentSender()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWrongPasswordNotifierTest.java60 when(mContext.getSystemService(Context.NOTIFICATION_SERVICE)) in setUp()
DWakeupOnboardingTest.java77 when(mContext.getSystemService(Context.NOTIFICATION_SERVICE)) in setUp()
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java46 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java50 mContext.addMockSystemService(Context.NOTIFICATION_SERVICE, mMockNotificationManager); in setup()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java72 Context.NOTIFICATION_SERVICE); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java148 Context.NOTIFICATION_SERVICE); in PipNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependencyProvider.java141 ServiceManager.getService(Context.NOTIFICATION_SERVICE)); in provideINotificationManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java125 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onStartCommand()
290 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in createRecordingNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java206 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); in getNotificationManager()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java251 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); in testCreate()
473 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java76 Context.NOTIFICATION_SERVICE); in setUp()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE); in updateNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginManagerTest.java205 mContext.addMockSystemService(Context.NOTIFICATION_SERVICE, nm); in testDisableIntent()
/frameworks/base/media/apex/java/android/media/
DMediaSession2Service.java104 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()

1234