Searched refs:mNotificationPendingIntent (Results 1 – 1 of 1) sorted by relevance
69 private PendingIntent mNotificationPendingIntent; field in ScriptingLayerService111 mNotificationPendingIntent = PendingIntent.getService(this, 0, notificationIntent, 0); in createNotification()119 .setContentIntent(mNotificationPendingIntent); in createNotification()140 .setContentIntent(mNotificationPendingIntent) in updateNotification()