Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v4/gingerbread/android/support/v4/app/
DNotificationCompatGingerbread.java25 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent, in add() argument
27 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent); in add()
/frameworks/support/v4/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add() argument
45 .setContentIntent(contentIntent) in add()
/frameworks/support/v4/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java33 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, in Builder() argument
50 .setContentIntent(contentIntent) in Builder()
/frameworks/support/v4/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java40 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
62 .setContentIntent(contentIntent) in Builder()
/frameworks/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
61 .setContentIntent(contentIntent) in Builder()
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java62 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
85 .setContentIntent(contentIntent) in Builder()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java73 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
93 .setContentIntent(contentIntent) in Builder()
/frameworks/base/core/java/android/app/
DNotification.java210 public PendingIntent contentIntent; field in Notification
1375 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument
1383 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0)) in Notification()
1423 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel); in Notification()
1507 that.contentIntent = this.contentIntent; in cloneInto()
1655 if (contentIntent != null) { in writeToParcel()
1657 contentIntent.writeToParcel(parcel, 0); in writeToParcel()
1799 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument
1823 builder.setContentIntent(contentIntent); in setLatestEventInfo()
3324 n.contentIntent = mContentIntent; in buildUnstyled()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java131 pw.println(prefix + " contentIntent=" + notification.contentIntent); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1512 final PendingIntent intent = sbn.getNotification().contentIntent;
1585 final PendingIntent contentIntent = sbn.getNotification().contentIntent;
1586 if (contentIntent != null) {
/frameworks/base/api/
Dcurrent.txt4775 field public android.app.PendingIntent contentIntent;
Dsystem-current.txt4892 field public android.app.PendingIntent contentIntent;