Searched refs:extras2 (Results 1 – 2 of 2) sorted by relevance
121 Bundle extras2 = new Bundle(); in onCreate()122 extras2.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, in onCreate()126 extras2); in onCreate()
1190 Bundle extras2 = actual.getExtras(); in compareIntents() local1191 if (extras1 != extras2) { in compareIntents()1192 if (extras1 == null || extras2 == null) { in compareIntents()1196 if (!Objects.equals(extras1.get(key), extras2.get(key))) { in compareIntents()1200 for (String key : extras2.keySet()) { in compareIntents()1201 if (!Objects.equals(extras1.get(key), extras2.get(key))) { in compareIntents()