Searched refs:newBundle (Results 1 – 1 of 1) sorted by relevance
214 private boolean areBundlesEqual(Bundle oldBundle, Bundle newBundle) { in areBundlesEqual() argument215 if (oldBundle.size() != newBundle.size()) { in areBundlesEqual()220 if (!newBundle.containsKey(key)) { in areBundlesEqual()225 Object newValue = newBundle.get(key); in areBundlesEqual()