Searched refs:NOTIFICATION_SERVICE (Results 1 – 12 of 12) sorted by relevance
54 …(NotificationManager)RuntimeEnvironment.application.getSystemService(Context.NOTIFICATION_SERVICE); in startForeground()68 …(NotificationManager)RuntimeEnvironment.application.getSystemService(Context.NOTIFICATION_SERVICE); in removeForegroundNotification()
191 map.put(Context.NOTIFICATION_SERVICE, in map.put() argument
71 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in runAsForegroundService()104 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onDestroy()
74 (NotificationManager) service.getSystemService(Context.NOTIFICATION_SERVICE); in setForeground()
35 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onResume()
49 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in getNotificationManager()
66 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); in notify()
33 .getSystemService(Context.NOTIFICATION_SERVICE);
42 .getSystemService(Context.NOTIFICATION_SERVICE); in setUp()
84 assertThat(context.getSystemService(Context.NOTIFICATION_SERVICE)) in shouldProvideServices()
77 (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE); in SettingsFacade()
128 (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE); in AndroidFacade()