Home
last modified time | relevance | path

Searched refs:newBundle (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()
220 if (!newBundle.containsKey(key)) { in areBundlesEqual()
225 Object newValue = newBundle.get(key); in areBundlesEqual()