Searched defs:fullScreenIntent (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v4/gingerbread/android/support/v4/app/
H A DNotificationCompatGingerbread.java26 PendingIntent fullScreenIntent) {
28 notification.fullScreenIntent = fullScreenIntent;
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) {
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.java33 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent,
52 .setFullScreenIntent(fullScreenIntent,
31 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) argument
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
63 .setFullScreenIntent(fullScreenIntent,
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,
64 .setFullScreenIntent(fullScreenIntent,
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,
87 .setFullScreenIntent(fullScreenIntent,
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,
95 .setFullScreenIntent(fullScreenIntent,
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/core/java/android/app/
H A DNotification.java231 public PendingIntent fullScreenIntent; field in class:Notification
873 * If this notification has a {@link #fullScreenIntent}, then it will always launch the
1457 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel);
1509 that.fullScreenIntent = this.fullScreenIntent;
1716 if (fullScreenIntent != null) {
1718 fullScreenIntent.writeToParcel(parcel, 0);
2406 * @see Notification#fullScreenIntent
3326 n.fullScreenIntent = mFullScreenIntent;
3578 mFullScreenIntent = n.fullScreenIntent;
[all...]

Completed in 255 milliseconds