Home | History | Annotate | Download | only in dictionarypack

Lines Matching refs:notificationIntent

864         final PendingIntent notificationIntent = PendingIntent.getActivity(context,
870 if (null == notificationIntent || null == notificationManager) return;
878 .setContentIntent(notificationIntent)