Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java538 @Nullable private ParcelableMap mLastAutofilledData; field in AutofillManager
877 if (mLastAutofilledData != null) { in onSaveInstanceState()
1339 if (mLastAutofilledData == null) { in notifyValueChanged()
1343 if (mLastAutofilledData.containsKey(id)) { in notifyValueChanged()
1348 if (Objects.equals(mLastAutofilledData.get(id), value)) { in notifyValueChanged()
1352 mLastAutofilledData.remove(id); in notifyValueChanged()
2303 if (mLastAutofilledData == null) { in setAutofilledIfValuesIs()
2304 mLastAutofilledData = new ParcelableMap(1); in setAutofilledIfValuesIs()
2306 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs()
2361 if (mLastAutofilledData == null) { in autofill()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62708 Landroid/view/autofill/AutofillManager;->mLastAutofilledData:Landroid/view/autofill/ParcelableMap;