Searched defs:publicVersion (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java70 int visibility, Notification publicVersion, String groupKey, boolean groupSummary,
106 .setPublicVersion(publicVersion);
63 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, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/v4/api24/android/support/v4/app/
H A DNotificationCompatApi24.java59 int visibility, Notification publicVersion, String groupKey, boolean groupSummary,
96 .setPublicVersion(publicVersion)
52 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, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/base/core/java/android/app/
H A DNotification.java1512 public Notification publicVersion; field in class:Notification
1648 publicVersion = Notification.CREATOR.createFromParcel(parcel);
1750 if (this.publicVersion != null) {
1751 that.publicVersion = new Notification();
1752 this.publicVersion.cloneInto(that.publicVersion, heavy);
1997 if (publicVersion != null) {
1999 publicVersion.writeToParcel(parcel, 0);
2150 if (this.publicVersion != null) {
2151 sb.append(" publicVersion
[all...]

Completed in 78 milliseconds