Home
last modified time | relevance | path

Searched defs:notificationIntent (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java65 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java199 final Intent notificationIntent, final NotificationCompat.Builder notification, in addNotificationActions()
351 final Folder folder, final Intent notificationIntent, in getNotificationActionPendingIntent()
420 final Folder folder, final Intent notificationIntent, in getWearNotificationActionPendingIntent()
DNotificationUtils.java697 final Intent notificationIntent; in validateNotifications() local
902 Intent notificationIntent) { in createClickPendingIntent()
971 final PendingIntent clickIntent, final Intent notificationIntent, in configureLatestEventInfoFromConversation()
1194 Intent notificationIntent, Folder folder, long when, Resources res, in configureNotifForOneConversation()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java438 final PendingIntent notificationIntent = PendingIntent.getActivity(this, 0, intent, 0); in sendNotification() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java864 final PendingIntent notificationIntent = PendingIntent.getActivity(context, in showDictionaryAvailableNotification() local
/packages/apps/TV/src/com/android/tv/
DMainActivity.java823 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() local