Searched refs:extras2 (Results 1 – 2 of 2) sorted by relevance
180 final Bundle extras2 = new Bundle(); in testExtraPhoneAccountHandleAvailable() local183 extras2.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, in testExtraPhoneAccountHandleAvailable()199 placeAndVerifyCall(extras2); in testExtraPhoneAccountHandleAvailable()
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()