Home
last modified time | relevance | path

Searched refs:canReapplyRemoteView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java340 !canReapplyRemoteView(result.newContentView, in apply()
365 !canReapplyRemoteView(result.newExpandedView, in apply()
391 !canReapplyRemoteView(result.newHeadsUpView, in apply()
416 !canReapplyRemoteView(result.newPublicView, in apply()
691 static boolean canReapplyRemoteView(final RemoteViews newView, in canReapplyRemoteView() method in NotificationContentInflater
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java267 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()