Searched refs:extras2 (Results 1 – 1 of 1) sorted by relevance
1234 Bundle extras2 = actual.getExtras(); in compareIntents() local1235 if (extras1 != extras2) { in compareIntents()1236 if (extras1 == null || extras2 == null) { in compareIntents()1240 if (!Objects.equals(extras1.get(key), extras2.get(key))) { in compareIntents()1244 for (String key : extras2.keySet()) { in compareIntents()1245 if (!Objects.equals(extras1.get(key), extras2.get(key))) { in compareIntents()