Searched refs:cancelNotificationIntent (Results 1 – 1 of 1) sorted by relevance
662 final Intent cancelNotificationIntent = in validateNotifications() local664 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()