Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationDiff.java236 private boolean areBundlesEqual(Bundle oldBundle, Bundle newBundle) { in areBundlesEqual() argument
237 if (oldBundle.size() != newBundle.size()) { in areBundlesEqual()
241 for (String key : oldBundle.keySet()) { in areBundlesEqual()
246 Object oldValue = oldBundle.get(key); in areBundlesEqual()