Searched refs:mLastAutofilledData (Results 1 – 2 of 2) sorted by relevance
477 @Nullable private ParcelableMap mLastAutofilledData; field in AutofillManager706 mLastAutofilledData = savedInstanceState.getParcelable(LAST_AUTOFILLED_DATA_TAG); in onCreate()800 if (mLastAutofilledData != null) { in onSaveInstanceState()801 outState.putParcelable(LAST_AUTOFILLED_DATA_TAG, mLastAutofilledData); in onSaveInstanceState()1219 if (mLastAutofilledData == null) { in notifyValueChanged()1223 if (mLastAutofilledData.containsKey(id)) { in notifyValueChanged()1227 if (Objects.equals(mLastAutofilledData.get(id), value)) { in notifyValueChanged()1231 mLastAutofilledData.remove(id); in notifyValueChanged()2096 if (mLastAutofilledData == null) { in setAutofilledIfValuesIs()2097 mLastAutofilledData = new ParcelableMap(1); in setAutofilledIfValuesIs()[all …]
73814 Landroid/view/autofill/AutofillManager;->mLastAutofilledData:Landroid/view/autofill/ParcelableMap;