Searched refs:NO_RESPONSE (Results 1 – 6 of 6) sorted by relevance
18 import static android.autofillservice.cts.CannedFillResponse.NO_RESPONSE;59 sReplier.addResponse(NO_RESPONSE); in testSanitization()
18 import static android.autofillservice.cts.CannedFillResponse.NO_RESPONSE;69 sReplier.addResponse(NO_RESPONSE); in testNoContainers()
19 import static android.autofillservice.cts.CannedFillResponse.NO_RESPONSE;236 sReplier.addResponse(NO_RESPONSE); in uiDismissedWhenFragmentIsGoneText()
18 import static android.autofillservice.cts.CannedFillResponse.NO_RESPONSE;317 callbackUnavailableTest(NO_RESPONSE); in testAutofillCallbackNoDatasets()
21 import static android.autofillservice.cts.CannedFillResponse.NO_RESPONSE;123 sReplier.addResponse(NO_RESPONSE); in testAutoFillNoDatasets()152 sReplier.addResponse(NO_RESPONSE); in testAutofillManuallyAfterServiceReturnedNoDatasets()187 sReplier.addResponse(NO_RESPONSE); in testAutofillManuallyAndSaveAfterServiceReturnedNoDatasets()476 callbackUnavailableTest(NO_RESPONSE); in testAutofillCallbackNoDatasets()2120 sReplier.addResponse(NO_RESPONSE); in testGetTextInputType()2142 sReplier.addResponse(NO_RESPONSE); in testNoContainers()2759 sReplier.addResponse(NO_RESPONSE); in checkFillSelectionIsResetAfterReturningNull()
95 static final CannedFillResponse NO_RESPONSE = field in CannedFillResponse