Searched defs:publicVersion (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java56 int visibility, Notification publicVersion, String groupKey, boolean groupSummary,
92 .setPublicVersion(publicVersion);
49 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/base/core/java/android/app/
H A DNotification.java1212 public Notification publicVersion; field in class:Notification
1328 publicVersion = Notification.CREATOR.createFromParcel(parcel);
1425 if (this.publicVersion != null) {
1426 that.publicVersion = new Notification();
1427 this.publicVersion.cloneInto(that.publicVersion, heavy);
1587 if (publicVersion != null) {
1589 publicVersion.writeToParcel(parcel, 0);
1722 if (this.publicVersion != null) {
1723 sb.append(" publicVersion
[all...]

Completed in 83 milliseconds