Home
last modified time | relevance | path

Searched refs:mAuthentication (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedAugmentedFillResponse.java195 datasetBuilder.setAuthentication(dataset.mAuthentication); in createResponseWithInlineSuggestion()
205 .setAuthentication(dataset.mAuthentication) in createResponseWithInlineSuggestion()
297 private final IntentSender mAuthentication; field in CannedAugmentedFillResponse.Dataset
306 this.mAuthentication = builder.mAuthentication; in Dataset()
332 + (mAuthentication == null ? "" : ", auth=" + mAuthentication) in toString()
345 private IntentSender mAuthentication; field in CannedAugmentedFillResponse.Dataset.Builder
413 mAuthentication = authentication; in setAuthentication()
DCannedFillResponse.java87 private final IntentSender mAuthentication; field in CannedFillResponse
126 mAuthentication = builder.mAuthentication; in CannedFillResponse()
303 mAuthentication, mPresentation, mInlinePresentation);
369 + ", hasAuthentication=" + (mAuthentication != null)
406 private IntentSender mAuthentication;
549 mAuthentication = authentication;
727 private final IntentSender mAuthentication;
741 mAuthentication = builder.mAuthentication;
828 builder.setId(mId).setAuthentication(mAuthentication);
906 builder.setId(mId).setAuthentication(mAuthentication);
[all …]