Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptingLayerService.java69 private PendingIntent mNotificationPendingIntent; field in ScriptingLayerService
111 mNotificationPendingIntent = PendingIntent.getService(this, 0, notificationIntent, 0); in createNotification()
119 .setContentIntent(mNotificationPendingIntent); in createNotification()
140 .setContentIntent(mNotificationPendingIntent) in updateNotification()