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/
DNotificationInflater.java205 … boolean isNewView = !canReapplyRemoteView(result.newContentView, entry.cachedContentView); in apply()
227 boolean isNewView = !canReapplyRemoteView(result.newExpandedView, in apply()
252 boolean isNewView = !canReapplyRemoteView(result.newHeadsUpView, in apply()
276 boolean isNewView = !canReapplyRemoteView(result.newPublicView, in apply()
300 !canReapplyRemoteView(result.newAmbientView, entry.cachedAmbientContentView); in apply()
530 static boolean canReapplyRemoteView(final RemoteViews newView, in canReapplyRemoteView() method in NotificationInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java211 NotificationInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()