Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java480 !canReapplyRemoteView(result.newContentView, in apply()
507 !canReapplyRemoteView(result.newExpandedView, in apply()
535 !canReapplyRemoteView(result.newHeadsUpView, in apply()
562 !canReapplyRemoteView(result.newPublicView, in apply()
589 !canReapplyRemoteView( in apply()
618 !canReapplyRemoteView( in apply()
1042 static boolean canReapplyRemoteView(final RemoteViews newView,
DNotificationRowContentBinderImpl.kt820 !canReapplyRemoteView( in <lambda>()
863 !canReapplyRemoteView( in <lambda>()
908 !canReapplyRemoteView( in <lambda>()
952 !canReapplyRemoteView( in <lambda>()
996 !canReapplyRemoteView( in <lambda>()
1035 !canReapplyRemoteView( in <lambda>()
1554 fun canReapplyRemoteView(newView: RemoteViews?, oldView: RemoteViews?): Boolean { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java283 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()
DNotificationRowContentBinderImplTest.kt287 NotificationRowContentBinderImpl.canReapplyRemoteView(mediaView, decoratedMediaView) in <lambda>()