Searched defs:fullScreenIntent (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) {
47 .setFullScreenIntent(fullScreenIntent,
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,
48 .setFullScreenIntent(fullScreenIntent,
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,
52 .setFullScreenIntent(fullScreenIntent,
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.java176 public PendingIntent fullScreenIntent; field in class:Notification
748 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel);
784 that.fullScreenIntent = this.fullScreenIntent;
951 if (fullScreenIntent != null) {
953 fullScreenIntent.writeToParcel(parcel, 0);
1385 * @see Notification#fullScreenIntent
1803 n.fullScreenIntent = mFullScreenIntent;

Completed in 115 milliseconds