Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java595 Intent actionIntent; in finishCreate() local
597 actionIntent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS_WEAR); in finishCreate()
598 actionIntent.putExtra(Utils.EXTRA_CONVERSATION, conversationUri); in finishCreate()
600 actionIntent = new Intent(MailIntentService.ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS); in finishCreate()
601 actionIntent.setData(Utils.appendVersionQueryParameter(this, in finishCreate()
604 actionIntent.setPackage(getPackageName()); in finishCreate()
605 actionIntent.putExtra(Utils.EXTRA_ACCOUNT, account); in finishCreate()
606 actionIntent.putExtra(Utils.EXTRA_FOLDER, notificationFolder); in finishCreate()
608 startService(actionIntent); in finishCreate()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java458 if (action.actionIntent != null) { in generateExtraText()
463 .append(formatPendingIntent(action.actionIntent)); in generateExtraText()