Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java296 static ArrayMap<AutofillId, InternalSanitizer> createSanitizers(@Nullable SaveInfo saveInfo) { in createSanitizers() argument
297 if (saveInfo == null) return null; in createSanitizers()
299 final InternalSanitizer[] sanitizerKeys = saveInfo.getSanitizerKeys(); in createSanitizers()
305 final AutofillId[][] sanitizerValues = saveInfo.getSanitizerValues(); in createSanitizers()
DSession.java1845 SaveInfo saveInfo = response.getSaveInfo(); in isEmptyResponse()
1849 && (saveInfo == null in isEmptyResponse()
1850 || (ArrayUtils.isEmpty(saveInfo.getOptionalIds()) in isEmptyResponse()
1851 && ArrayUtils.isEmpty(saveInfo.getRequiredIds()) in isEmptyResponse()
1852 && ((saveInfo.getFlags() & SaveInfo.FLAG_DELAY_SAVE) == 0))) in isEmptyResponse()
1983 SaveInfo saveInfo = response.getSaveInfo(); in getEligibleSaveInfo() local
1984 if (saveInfo == null || (!ArrayUtils.isEmpty(saveInfo.getOptionalIds()) in getEligibleSaveInfo()
1985 || !ArrayUtils.isEmpty(saveInfo.getRequiredIds()) in getEligibleSaveInfo()
1986 || (saveInfo.getFlags() & SaveInfo.FLAG_DELAY_SAVE) != 0)) { in getEligibleSaveInfo()
1987 return saveInfo; in getEligibleSaveInfo()
[all …]
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java135 FillResponse r, List<Dataset> datasets, SaveInfo saveInfo) { in shallowCopy() argument
138 saveInfo, in shallowCopy()
166 private FillResponse(ParceledListSlice<Dataset> datasets, SaveInfo saveInfo, Bundle clientState, in FillResponse() argument
178 mSaveInfo = saveInfo; in FillResponse()
778 public @NonNull Builder setSaveInfo(@NonNull SaveInfo saveInfo) { in setSaveInfo() argument
781 mSaveInfo = saveInfo; in setSaveInfo()
/frameworks/proto_logging/stats/atoms/autofill/
Dautofill_extension_atoms.proto192 // This is true if provider didn't specify any autofill ids in saveInfo object.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...