Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java662 final Intent cancelNotificationIntent = in validateNotifications() local
664 cancelNotificationIntent.setPackage(context.getPackageName()); in validateNotifications()
665 cancelNotificationIntent.setData(Utils.appendVersionQueryParameter(context, in validateNotifications()
667 cancelNotificationIntent.putExtra(Utils.EXTRA_ACCOUNT, account); in validateNotifications()
668 cancelNotificationIntent.putExtra(Utils.EXTRA_FOLDER, folder); in validateNotifications()
671 context, notificationId, cancelNotificationIntent, 0)); in validateNotifications()