Home
last modified time | relevance | path

Searched refs:response2 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DPartitionedActivityTest.java93 final CannedFillResponse response2 = new CannedFillResponse.Builder() in testAutofillTwoPartitionsSkipFirst() local
99 sReplier.addResponse(response2); in testAutofillTwoPartitionsSkipFirst()
175 final CannedFillResponse response2 = new CannedFillResponse.Builder() in testAutofillTwoPartitionsInSequence() local
182 sReplier.addResponse(response2); in testAutofillTwoPartitionsInSequence()
253 final CannedFillResponse response2 = new CannedFillResponse.Builder() in autofill4PartitionsTest() local
260 sReplier.addResponse(response2); in autofill4PartitionsTest()
401 final CannedFillResponse response2 = new CannedFillResponse.Builder() in testAutofill4PartitionsMixManualAndAuto() local
408 sReplier.addResponse(response2); in testAutofill4PartitionsMixManualAndAuto()
528 final CannedFillResponse response2 = new CannedFillResponse.Builder() in testAutofillBundleDataIsPassedAlong() local
535 sReplier.addResponse(response2); in testAutofillBundleDataIsPassedAlong()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java103 final CannedFillResponse response2 = new CannedFillResponse.Builder() in testDatasetPickerIsNotShownAfterViewIsSwappedOut() local
108 sReplier.addResponse(response2); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
229 final CannedFillResponse.Builder response2 = new CannedFillResponse.Builder(); in saveWhenIdChanged() local
232 response2.setRequiredSavableIds(SAVE_DATA_TYPE_GENERIC, ID_L1C2); in saveWhenIdChanged()
235 response2.setRequiredSavableIds(SAVE_DATA_TYPE_GENERIC, ID_L1C1, ID_L1C2); in saveWhenIdChanged()
237 sReplier.addResponse(response2.build()); in saveWhenIdChanged()
/cts/tests/translation/src/android/translation/cts/
DTranslationManagerTest.java387 final TranslationResponse response2 = responses.get(1); in testTranslation_partialResponses() local
388 assertThat(response2).isNotNull(); in testTranslation_partialResponses()
389 assertThat(response2.getTranslationStatus()) in testTranslation_partialResponses()
391 assertThat(response2.isFinalResponse()).isTrue(); in testTranslation_partialResponses()
392 assertThat(response2.getTranslationResponseValues().size()).isEqualTo(1); in testTranslation_partialResponses()
393 assertThat(response2.getViewTranslationResponses().size()).isEqualTo(0); in testTranslation_partialResponses()
395 final TranslationResponseValue value2 = response2.getTranslationResponseValues().get(1); in testTranslation_partialResponses()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java387 String response2 = in testGetIccAuthentication() local
394 .isNotEqualTo(response2); in testGetIccAuthentication()