Home
last modified time | relevance | path

Searched refs:extras1 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationValueTest.java96 final TranslationResponseValue extras1 = in testTranslationResponseValue_extrasEqualityWhenSameInstance() local
101 assertThat(extras1).isEqualTo(extras2); in testTranslationResponseValue_extrasEqualityWhenSameInstance()
117 final TranslationResponseValue extras1 = in testTranslationResponseValue_extrasEqualityWhenUnequal() local
124 assertThat(extras1).isNotEqualTo(extras2); in testTranslationResponseValue_extrasEqualityWhenUnequal()
/cts/tests/tests/telecom/src/android/telecom/cts/
DOutgoingCallTest.java298 final Bundle extras1 = new Bundle(); in testExtraPhoneAccountHandleAvailable() local
302 extras1.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, in testExtraPhoneAccountHandleAvailable()
304 extras1.putParcelable(TestUtils.EXTRA_PHONE_NUMBER, testNumber1); in testExtraPhoneAccountHandleAvailable()
312 placeAndVerifyCall(extras1); in testExtraPhoneAccountHandleAvailable()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DSuspendPackagesTest.java162 final PersistableBundle extras1 = createExtras("testUpdatingAppExtras", 1, in testUpdatingAppExtras() local
164 SuspendTestUtils.suspend(extras1, null, null); in testUpdatingAppExtras()
168 assertSameExtras("Received app extras different to the ones supplied", extras1, in testUpdatingAppExtras()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1480 Bundle extras1 = expected.getExtras(); in compareIntents() local
1482 if (extras1 != extras2) { in compareIntents()
1483 if (extras1 == null || extras2 == null) { in compareIntents()
1486 for (String key : extras1.keySet()) { in compareIntents()
1487 if (!Objects.equals(extras1.get(key), extras2.get(key))) { in compareIntents()
1492 if (!Objects.equals(extras1.get(key), extras2.get(key))) { in compareIntents()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java1756 Bundle extras1 = new Bundle(); in addOutgoingCalls() local
1758 telecomManager.placeCall(imsUri1, extras1); in addOutgoingCalls()