Searched defs:clickIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java360 * @param clickIntent where to go when the user taps the notification
373 Intent clickIntent, String message, String subject,
378 mClickIntent = clickIntent;
749 Intent clickIntent = ComposeMessageActivity.createIntent(context, threadId);
750 clickIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
762 clickIntent, message, subject, ticker, timeMillis,
372 NotificationInfo(boolean isSms, Intent clickIntent, String message, String subject, CharSequence ticker, long timeMillis, String title, Bitmap attachmentBitmap, Contact sender, int attachmentType, long threadId) argument

Completed in 49 milliseconds