Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java379 public RemoteViews headsUpContentView; field in Notification
2278 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2409 if (heavy && this.headsUpContentView != null) { in cloneInto()
2410 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()
2450 if (headsUpContentView != null) headsUpContentView.visitUris(visitor); in visitUris()
2487 headsUpContentView = null; in lightenPayload()
2708 if (headsUpContentView != null) { in writeToParcelImpl()
2710 headsUpContentView.writeToParcel(parcel, 0); in writeToParcelImpl()
2855 if (areRemoteViewsChanged(first.mN.headsUpContentView, second.mN.headsUpContentView)) { in areRemoteViewsChanged()
3936 mN.headsUpContentView = contentView; in setCustomHeadsUpContentView()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java116 notification.headsUpContentView = remoteViews; in testRemoteViewsReset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java541 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildNotificationWithRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java147 assertNotNull(before.headsUpContentView); in testStripsRemoteViewsInLowRamMode()
150 assertNull(after.headsUpContentView); in testStripsRemoteViewsInLowRamMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1299 View headsUpContentView = mHeadsUpChild;
1300 if (headsUpContentView != null) {
1302 headsUpContentView, entry, hasFreeformRemoteInput,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java368 sbn.getNotification().headsUpContentView = null; in makeMockFgSBN()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1240 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java493 + formatRemoteViews(notification.headsUpContentView)); in dump()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...