Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java378 !canReapplyRemoteView(result.newContentView, in apply()
402 !canReapplyRemoteView(result.newExpandedView, in apply()
428 !canReapplyRemoteView(result.newHeadsUpView, in apply()
453 !canReapplyRemoteView(result.newPublicView, in apply()
710 static boolean canReapplyRemoteView(final RemoteViews newView, in canReapplyRemoteView() method in NotificationContentInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java246 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()