Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java127 applyInPlace = compareRemoteViews(cachedContentView, newContentView) in cacheContentViews()
128 && compareRemoteViews(cachedBigContentView, newBigContentView) in cacheContentViews()
129 && compareRemoteViews(cachedHeadsUpContentView, newHeadsUpContentView) in cacheContentViews()
130 && compareRemoteViews(cachedPublicContentView, newPublicNotification) in cacheContentViews()
151 private boolean compareRemoteViews(final RemoteViews a, final RemoteViews b) { in compareRemoteViews() method in NotificationData.Entry