Searched refs:notificationIntent (Results 1 – 2 of 2) sorted by relevance
108 Intent notificationIntent = new Intent(this, TriggerManager.class); in createNotification() local115 .setContentIntent(PendingIntent.getActivity(this, 0, notificationIntent, 0)); in createNotification()
109 Intent notificationIntent = new Intent(this, ScriptingLayerService.class); in createNotification() local110 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); in createNotification()111 mNotificationPendingIntent = PendingIntent.getService(this, 0, notificationIntent, 0); in createNotification()