Searched refs:notificationIntent (Results 1 – 2 of 2) sorted by relevance
123 Intent notificationIntent = new Intent(this, TriggerManager.class); in createNotification() local130 .setContentIntent(PendingIntent.getActivity(this, 0, notificationIntent, 0)); in createNotification()
121 Intent notificationIntent = new Intent(this, ScriptingLayerService.class); in createNotification() local122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); in createNotification()123 mNotificationPendingIntent = PendingIntent.getService(this, 0, notificationIntent, 0); in createNotification()