Home
last modified time | relevance | path

Searched refs:notificationIntent (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java123 Intent notificationIntent = new Intent(this, TriggerManager.class); in createNotification() local
130 .setContentIntent(PendingIntent.getActivity(this, 0, notificationIntent, 0)); in createNotification()
DScriptingLayerService.java121 Intent notificationIntent = new Intent(this, ScriptingLayerService.class); in createNotification() local
122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); in createNotification()
123 mNotificationPendingIntent = PendingIntent.getService(this, 0, notificationIntent, 0); in createNotification()