Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DCannedFillResponse.java66 private final IntentSender mAuthentication; field in CannedFillResponse
83 mAuthentication = builder.mAuthentication; in CannedFillResponse()
146 mAuthentication, mPresentation); in asFillResponse() local
163 + ", hasAuthentication=" + (mAuthentication != null) in toString()
185 private IntentSender mAuthentication; field in CannedFillResponse.Builder
258 mAuthentication = authentication; in setAuthentication()
312 private final IntentSender mAuthentication; field in CannedFillResponse.CannedDataset
319 mAuthentication = builder.mAuthentication; in CannedDataset()
348 builder.setId(mId).setAuthentication(mAuthentication); in asDataset()
356 + ", hasAuthentication=" + (mAuthentication != null) in toString()
[all …]