Searched refs:compareRemoteViews (Results 1 – 1 of 1) sorted by relevance
127 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