Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1377 && mClassificationState.mHintsToAutofillIdMap == null) { in requestNewFillResponseLocked()
1991 mClassificationState.mHintsToAutofillIdMap; in getEligibleSaveInfo()
2203 mClassificationState.mHintsToAutofillIdMap; in computeDatasetsForPccAndUpdateContainer()
6259 private ArrayMap<String, Set<AutofillId>> mHintsToAutofillIdMap; field in ClassificationState
6303 mHintsToAutofillIdMap = new ArrayMap<>(); in processResponse()
6322 processDetections(hintDetections, id, mHintsToAutofillIdMap); in processResponse()
6392 + ", mHintsToAutofillIdMap=" + mHintsToAutofillIdMap in toString()