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.java84 private final IntentSender mAuthentication; field in CannedFillResponse
116 mAuthentication = builder.mAuthentication; in CannedFillResponse()
235 mAuthentication, mPresentation, mInlinePresentation); in asFillResponse() local
289 + ", hasAuthentication=" + (mAuthentication != null) in toString()
326 private IntentSender mAuthentication; field in CannedFillResponse.Builder
434 mAuthentication = authentication; in setAuthentication()
594 private final IntentSender mAuthentication; field in CannedFillResponse.CannedDataset
606 mAuthentication = builder.mAuthentication; in CannedDataset()
683 builder.setId(mId).setAuthentication(mAuthentication); in asDataset()
694 + ", hasAuthentication=" + (mAuthentication != null) in toString()
[all …]