Home
last modified time | relevance | path

Searched refs:headsUpContentView (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java125 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildWithRemoteInputInserted()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java440 public RemoteViews headsUpContentView; field in Notification
2720 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()
2769 if (headsUpContentView != null) headsUpContentView.visitUris(visitor); in visitUris()
2854 headsUpContentView = null; in lightenPayload()
3079 if (headsUpContentView != null) { in writeToParcelImpl()
3228 if (areRemoteViewsChanged(first.mN.headsUpContentView, second.mN.headsUpContentView)) { in areRemoteViewsChanged()
4356 mN.headsUpContentView = contentView; in setCustomHeadsUpContentView()
5960 if (headsUpContentView != null) { in makeAmbientNotification()
5961 return headsUpContentView; in makeAmbientNotification()
9698 RemoteViews headsUpContentView = mBuilder.mN.headsUpContentView == null in makeDecoratedHeadsUpContentView() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java410 sbn.getNotification().headsUpContentView = null; in makeMockSBN()
424 sbn.getNotification().headsUpContentView = null; in makeMockFgSBN()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java85 notification.headsUpContentView = null; in lightenNotificationPayload()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1208 View headsUpContentView = mHeadsUpChild;
1209 if (headsUpContentView != null) {
1211 headsUpContentView, entry, hasFreeformRemoteInput,
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java563 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()
1426 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
H A DNotificationManagerService.java6313 if (removeRemoteView(pkg, tag, id, notification.headsUpContentView)) {
6314 notification.headsUpContentView = null;
6323 if (removeRemoteView(pkg, tag, id, notification.publicVersion.headsUpContentView)) {
6324 notification.publicVersion.headsUpContentView = null;
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1361 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7176 assertNotNull(np.headsUpContentView); in testRemoveLargeRemoteViews()
7181 assertNotNull(n.publicVersion.headsUpContentView); in testRemoveLargeRemoteViews()
7187 assertNotNull(n.headsUpContentView); in testRemoveLargeRemoteViews()
7190 assertNull(n.publicVersion.headsUpContentView); in testRemoveLargeRemoteViews()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5769 field @Deprecated public android.widget.RemoteViews headsUpContentView;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4636 field public android.widget.RemoteViews headsUpContentView;