Searched refs:mLastAutofilledData (Results 1 – 2 of 2) sorted by relevance
624 @Nullable private ParcelableMap mLastAutofilledData; field in AutofillManager1239 …mLastAutofilledData = savedInstanceState.getParcelable(LAST_AUTOFILLED_DATA_TAG, android.view.auto… in onCreate()1349 if (mLastAutofilledData != null) { in onSaveInstanceState()1350 outState.putParcelable(LAST_AUTOFILLED_DATA_TAG, mLastAutofilledData); in onSaveInstanceState()1971 if (mLastAutofilledData == null) { in notifyValueChanged()1975 if (mLastAutofilledData.containsKey(id)) { in notifyValueChanged()1978 final boolean hideHighlight = mLastAutofilledData.keySet().size() == 1; in notifyValueChanged()1980 if (Objects.equals(mLastAutofilledData.get(id), value)) { in notifyValueChanged()1991 mLastAutofilledData.remove(id); in notifyValueChanged()2036 if (mLastAutofilledData != null) { in notifyValueChanged()[all …]
58742 Landroid/view/autofill/AutofillManager;->mLastAutofilledData:Landroid/view/autofill/ParcelableMap;