Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java214 private boolean areBundlesEqual(Bundle oldBundle, Bundle newBundle) { in areBundlesEqual() argument
215 if (oldBundle.size() != newBundle.size()) { in areBundlesEqual()
219 for (String key : oldBundle.keySet()) { in areBundlesEqual()
224 Object oldValue = oldBundle.get(key); in areBundlesEqual()