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.java417 !canReapplyRemoteView(result.newContentView, in apply()
441 !canReapplyRemoteView(result.newExpandedView, in apply()
467 !canReapplyRemoteView(result.newHeadsUpView, in apply()
492 !canReapplyRemoteView(result.newPublicView, in apply()
516 || !canReapplyRemoteView(result.newAmbientView, in apply()
789 static boolean canReapplyRemoteView(final RemoteViews newView, in canReapplyRemoteView() method in NotificationContentInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java251 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()