Searched refs:mLastAutofilledData (Results 1 – 2 of 2) sorted by relevance
538 @Nullable private ParcelableMap mLastAutofilledData; field in AutofillManager877 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 …]
62708 Landroid/view/autofill/AutofillManager;->mLastAutofilledData:Landroid/view/autofill/ParcelableMap;