Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add()
/frameworks/support/v4/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in add()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java31 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in NotificationCompatJellybean()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletTicker.java316 PendingIntent contentIntent = notification.getNotification().contentIntent; in makeTickerView() local
/frameworks/base/core/java/android/app/
DNotification.java160 public PendingIntent contentIntent; field in Notification
552 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()
886 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()