Searched refs:inlineRequest (Results 1 – 5 of 5) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillService.java | 393 public final InlineSuggestionsRequest inlineRequest; field in FillRequest 400 InlineSuggestionsRequest inlineRequest, in FillRequest() argument 410 this.inlineRequest = inlineRequest; in FillRequest() 681 InlineSuggestionsRequest inlineRequest, IntentSender delayFillIntentSender, in onFillRequest() argument 699 inlineRequest, in onFillRequest() 781 flags, inlineRequest, delayFillIntentSender, requestId), in onFillRequest() 793 cancellationSignal, callback, flags, inlineRequest, in onFillRequest()
|
D | AugmentedHelper.java | 145 final InlineSuggestionsRequest inlineRequest = in assertBasicRequestInfo() local 148 assertWithMessage("no inline request on %s", request).that(inlineRequest).isNotNull(); in assertBasicRequestInfo() 150 assertWithMessage("exist inline request on %s", request).that(inlineRequest).isNull(); in assertBasicRequestInfo()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/ |
D | InlineLoginActivityTest.java | 339 final Bundle extras = request.inlineRequest.getExtras(); in testAutofill_noInvalid() 343 final Bundle style = request.inlineRequest.getInlinePresentationSpecs().get(0).getStyle(); in testAutofill_noInvalid() 347 final Bundle style2 = request.inlineRequest.getInlinePresentationSpecs().get(1).getStyle(); in testAutofill_noInvalid() 427 assertThat(request.inlineRequest).isNull(); in testImeDisableInlineSuggestions_fallbackDropdownUi() 453 assertThat(request.inlineRequest).isNotNull(); in testTouchExplorationEnabledImeSupportInline_inlineShown()
|
D | InlineAuthenticationTest.java | 432 sReplier.getNextFillRequest().inlineRequest; in testDatasetAuthInlineSuggestionsRequestForTwoPartitions() 468 sReplier.getNextFillRequest().inlineRequest; in testDatasetAuthInlineSuggestionsRequestForTwoPartitions() 536 final InlineSuggestionsRequest inlineSuggestionsRequest = fillRequest.inlineRequest; in fillDatasetAuthWithClientState()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | LoginActivityCommonTestCase.java | 167 assertThat(request.inlineRequest).isNotNull(); in testBasicLoginAutofill() 169 assertThat(request.inlineRequest).isNull(); in testBasicLoginAutofill()
|