Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java697 final Intent notificationIntent; in validateNotifications() local
702 notificationIntent = createViewConversationIntent(context, account, folder, in validateNotifications()
705 notificationIntent = createViewConversationIntent(context, account, folder, in validateNotifications()
713 if (notificationIntent == null) { in validateNotifications()
718 clickIntent = createClickPendingIntent(context, notificationIntent); in validateNotifications()
722 cursor, clickIntent, notificationIntent, unreadCount, unseenCount, in validateNotifications()
902 Intent notificationIntent) { in createClickPendingIntent() argument
909 notificationIntent.putExtra(Utils.EXTRA_FROM_NOTIFICATION, true); in createClickPendingIntent()
910 PendingIntent clickIntent = PendingIntent.getActivity(context, -1, notificationIntent, in createClickPendingIntent()
912 notificationIntent.removeExtra(Utils.EXTRA_FROM_NOTIFICATION); in createClickPendingIntent()
[all …]
DNotificationActionUtils.java199 final Intent notificationIntent, final NotificationCompat.Builder notification, in addNotificationActions() argument
210 folder, notificationIntent, notificationAction, notificationId, when); in addNotificationActions()
223 folder, notificationIntent, notificationAction, notificationId, when); in addNotificationActions()
351 final Folder folder, final Intent notificationIntent, in getNotificationActionPendingIntent() argument
370 taskStackBuilder.addNextIntent(notificationIntent).addNextIntent(intent); in getNotificationActionPendingIntent()
384 taskStackBuilder.addNextIntent(notificationIntent).addNextIntent(intent); in getNotificationActionPendingIntent()
420 final Folder folder, final Intent notificationIntent, in getWearNotificationActionPendingIntent() argument
442 taskStackBuilder.addNextIntent(notificationIntent).addNextIntent(intent); in getWearNotificationActionPendingIntent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java851 final PendingIntent notificationIntent = PendingIntent.getActivity(context, in showDictionaryAvailableNotification() local
857 if (null == notificationIntent || null == notificationManager) return; in showDictionaryAvailableNotification()
865 .setContentIntent(notificationIntent) in showDictionaryAvailableNotification()