Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java368 intent.putExtra(ComposeActivity.EXTRA_NOTIFICATION_FOLDER, folder); in getNotificationActionPendingIntent()
382 intent.putExtra(ComposeActivity.EXTRA_NOTIFICATION_FOLDER, folder); in getNotificationActionPendingIntent()
439 intent.putExtra(ComposeActivity.EXTRA_NOTIFICATION_FOLDER, folder); in getWearNotificationActionPendingIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java242 public static final String EXTRA_NOTIFICATION_FOLDER = "extra-notification-folder"; field in ComposeActivity
591 intent.getParcelableExtra(EXTRA_NOTIFICATION_FOLDER); in finishCreate()