Searched refs:notificationIntent (Results 1 – 4 of 4) sorted by relevance
65 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive() local66 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onReceive()67 context.startService(notificationIntent); in onReceive()
864 final PendingIntent notificationIntent = PendingIntent.getActivity(context, in showDictionaryAvailableNotification() local870 if (null == notificationIntent || null == notificationManager) return; in showDictionaryAvailableNotification()878 .setContentIntent(notificationIntent) in showDictionaryAvailableNotification()
440 final PendingIntent notificationIntent = PendingIntent.getActivity(this, 0, intent, 0); in sendNotification() local450 .setContentIntent(notificationIntent) in sendNotification()
834 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() local835 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onStart()836 startService(notificationIntent); in onStart()