Searched defs:notificationIntent (Results 1 – 6 of 6) sorted by relevance
/packages/apps/TV/src/com/android/tv/receiver/ |
D | BootCompletedReceiver.java | 65 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 199 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()
|
D | NotificationUtils.java | 697 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/ |
D | NotificationService.java | 438 final PendingIntent notificationIntent = PendingIntent.getActivity(this, 0, intent, 0); in sendNotification() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | UpdateHandler.java | 864 final PendingIntent notificationIntent = PendingIntent.getActivity(context, in showDictionaryAvailableNotification() local
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 823 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() local
|