Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java103 private final @Nullable IntentSender mAuthentication; field in FillResponse
138 r.mAuthentication, in shallowCopy()
177 mAuthentication = authentication; in FillResponse()
206 mAuthentication = builder.mAuthentication; in FillResponse()
283 return mAuthentication; in getAuthentication()
386 private IntentSender mAuthentication; field in FillResponse.Builder
513 mAuthentication = authentication; in setAuthentication()
697 mAuthentication = authentication; in setAuthentication()
1141 if (mAuthentication != null) { in throwIfAuthenticationCalled()
1187 if (mAuthentication != null) { in toString()
[all …]
H A DDataset.java187 private final IntentSender mAuthentication; field in Dataset
224 mAuthentication = authentication; in Dataset()
246 mAuthentication = dataset.mAuthentication; in Dataset()
264 mAuthentication = builder.mAuthentication; in Dataset()
342 return mAuthentication; in getAuthentication()
399 if (mAuthentication != null) { in toString()
454 private IntentSender mAuthentication; field in Dataset.Builder
620 mAuthentication = authentication; in setAuthentication()
1361 parcel.writeParcelable(mAuthentication, flags); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48760 Landroid/service/autofill/Dataset$Builder;->mAuthentication:Landroid/content/IntentSender;
48781 Landroid/service/autofill/Dataset;->mAuthentication:Landroid/content/IntentSender;
48841 Landroid/service/autofill/FillResponse$Builder;->mAuthentication:Landroid/content/IntentSender;
48870 Landroid/service/autofill/FillResponse;->mAuthentication:Landroid/content/IntentSender;