Searched refs:contentIntent (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/v4/gingerbread/android/support/v4/app/
H A DNotificationCompatGingerbread.java25 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent,
27 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
24 add(Notification notification, Context context, CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent, PendingIntent fullScreenIntent) argument
/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 progressMax, int progress, boolean progressIndeterminate) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java238 mNotification.contentIntent = TaskStackBuilder.create(mContext)
251 mNotification.setLatestEventInfo(mContext, title, details, mNotification.contentIntent);
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
61 .setContentIntent(contentIntent)
36 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java40 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
62 .setContentIntent(contentIntent)
37 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java62 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
85 .setContentIntent(contentIntent)
59 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java73 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
93 .setContentIntent(contentIntent)
70 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java174 not.contentIntent = not.fullScreenIntent;
H A DNotificationTestList.java123 n.contentIntent = makeIntent();
648 n.contentIntent = makeIntent();
663 n.contentIntent = makeIntent();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1362 PendingIntent contentIntent = sbn.getNotification().contentIntent;
1363 if (contentIntent != null) {
1364 final View.OnClickListener listener = makeClicker(contentIntent, sbn.getKey(),
1582 Log.w(TAG, "Sending contentIntent failed: " + e);
2053 // update the contentIntent
2054 final PendingIntent contentIntent = notification.getNotification().contentIntent;
2055 if (contentIntent != null) {
2056 final View.OnClickListener listener = makeClicker(contentIntent, notificatio
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java109 pw.println(prefix + " contentIntent=" + notification.contentIntent);
/frameworks/base/core/java/android/app/
H A DNotification.java204 public PendingIntent contentIntent; field in class:Notification
1318 CharSequence contentTitle, CharSequence contentText, Intent contentIntent)
1324 PendingIntent.getActivity(context, 0, contentIntent, 0));
1358 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel);
1442 that.contentIntent = this.contentIntent;
1581 if (contentIntent != null) {
1583 contentIntent.writeToParcel(parcel, 0);
1713 * @param contentIntent The intent to launch when the user clicks the expanded notification.
1724 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) {
1317 Notification(Context context, int icon, CharSequence tickerText, long when, CharSequence contentTitle, CharSequence contentText, Intent contentIntent) argument
1723 setLatestEventInfo(Context context, CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1943 mNotification.contentIntent = PendingIntent
1981 mNotification.contentIntent);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3184 notification.setLatestEventInfo(mContext, title, details, notification.contentIntent);
3185 notification.contentIntent = intent;

Completed in 540 milliseconds