Searched refs:headsUpContentView (Results 1 – 15 of 15) sorted by relevance
165 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildWithRemoteInputInserted()
466 public RemoteViews headsUpContentView; field in Notification2757 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2890 if (heavy && this.headsUpContentView != null) { in cloneInto()2891 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()2946 if (headsUpContentView != null) headsUpContentView.visitUris(visitor); in visitUris()3184 headsUpContentView = null; in lightenPayload()3454 if (headsUpContentView != null) { in writeToParcelImpl()3456 headsUpContentView.writeToParcel(parcel, 0); in writeToParcelImpl()3640 if (areRemoteViewsChanged(first.mN.headsUpContentView, second.mN.headsUpContentView)) { in areRemoteViewsChanged()4984 mN.headsUpContentView = contentView; in setCustomHeadsUpContentView()[all …]
602 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()1567 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
7824 || notification.headsUpContentView != null7828 || notification.publicVersion.headsUpContentView != null))) {7834 notification.headsUpContentView = null;7838 notification.publicVersion.headsUpContentView = null;7847 if (removeRemoteView(pkg, tag, id, notification.headsUpContentView)) {7848 notification.headsUpContentView = null;7857 if (removeRemoteView(pkg, tag, id, notification.publicVersion.headsUpContentView)) {7858 notification.publicVersion.headsUpContentView = null;
1424 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
832 && notification.headsUpContentView == null) {
1317 notification.headsUpContentView == null) in <lambda>()
10641 assertNotNull(np.headsUpContentView);10646 assertNotNull(n.publicVersion.headsUpContentView);10652 assertNotNull(n.headsUpContentView);10655 assertNull(n.publicVersion.headsUpContentView);10681 assertNotNull(n.headsUpContentView);10686 assertNotNull(np.headsUpContentView);10692 assertNull(n.headsUpContentView);10695 assertNull(n.publicVersion.headsUpContentView);14489 if (notif.headsUpContentView != null) {14491 notif.headsUpContentView.writeToParcel(parcel, 0);
260 DeprecationMismatch: android.app.Notification#headsUpContentView:261 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
346 DeprecationMismatch: android.app.Notification#headsUpContentView:347 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
358 DeprecationMismatch: android.app.Notification#headsUpContentView:359 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
350 DeprecationMismatch: android.app.Notification#headsUpContentView:351 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
6524 field @Deprecated public android.widget.RemoteViews headsUpContentView;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4636 field public android.widget.RemoteViews headsUpContentView;