Home | History | Annotate | Download | only in app

Lines Matching refs:contentIntent

160     public PendingIntent contentIntent;
552 CharSequence contentTitle, CharSequence contentText, Intent contentIntent)
558 PendingIntent.getActivity(context, 0, contentIntent, 0));
592 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel);
657 that.contentIntent = this.contentIntent;
773 if (contentIntent != null) {
775 contentIntent.writeToParcel(parcel, 0);
875 * @param contentIntent The intent to launch when the user clicks the expanded notification.
886 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) {
908 builder.setContentIntent(contentIntent);
1230 * @see Notification#contentIntent Notification.contentIntent
1669 n.contentIntent = mContentIntent;