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

/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) {
45 .setContentIntent(contentIntent)
26 add(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) argument
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
46 .setContentIntent(contentIntent)
26 add(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int mProgressMax, int mProgress, boolean mProgressIndeterminate) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java31 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
50 .setContentIntent(contentIntent)
28 NotificationCompatJellybean(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int mProgressMax, int mProgress, boolean mProgressIndeterminate, boolean useChronometer, int priority, CharSequence subText) argument
/frameworks/base/core/java/android/app/
H A DNotification.java160 public PendingIntent contentIntent; field in class:Notification
514 CharSequence contentTitle, CharSequence contentText, Intent contentIntent)
520 PendingIntent.getActivity(context, 0, contentIntent, 0));
554 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel);
611 that.contentIntent = this.contentIntent;
684 if (contentIntent != null) {
686 contentIntent.writeToParcel(parcel, 0);
791 * @param contentIntent The intent to launch when the user clicks the expanded notification.
802 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) {
513 Notification(Context context, int icon, CharSequence tickerText, long when, CharSequence contentTitle, CharSequence contentText, Intent contentIntent) argument
801 setLatestEventInfo(Context context, CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) argument
[all...]

Completed in 139 milliseconds