Searched refs:publicVersion (Results 1 – 7 of 7) sorted by relevance
66 int visibility, Notification publicVersion, String groupKey, boolean groupSummary, in Builder() argument102 .setPublicVersion(publicVersion); in Builder()
1302 public Notification publicVersion; field in Notification1418 publicVersion = Notification.CREATOR.createFromParcel(parcel); in Notification()1515 if (this.publicVersion != null) { in cloneInto()1516 that.publicVersion = new Notification(); in cloneInto()1517 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()1677 if (publicVersion != null) { in writeToParcel()1679 publicVersion.writeToParcel(parcel, 0); in writeToParcel()1812 if (this.publicVersion != null) { in toString()1814 sb.append(publicVersion.toString()); in toString()3192 n.publicVersion = new Notification(); in buildUnstyled()[all …]
1315 Log.v(TAG, "publicNotification: " + sbn.getNotification().publicVersion);1318 Notification publicNotification = sbn.getNotification().publicVersion;1852 final Notification oldPublicNotification = oldNotification.getNotification().publicVersion;1855 final Notification publicNotification = n.publicVersion;2039 final Notification publicVersion = notification.getNotification().publicVersion;2040 final RemoteViews publicContentView = publicVersion != null ? publicVersion.contentView
828 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>833 This notification should be <code>VISIBILITY_PRIVATE</code>, but <code>publicVersion</code> could s…
1755 NO DOC BLOCK: android.app.Notification Field publicVersion
4735 field public android.app.Notification publicVersion;
4645 field public android.app.Notification publicVersion;