Searched defs:hintMap (Results 1 – 5 of 5) sorted by relevance
171 HashMap<String, FieldTypeWithHeuristics> hintMap = getFieldTypeByAutofillHints(); in getFieldTypeByAutofillHints() local214 HashMap<String, FieldTypeWithHeuristics> hintMap = new HashMap<>(); in getFieldTypeByAutofillHints() local
35 @Expose private val hintMap: HashMap<String, FilledAutofillField> = HashMap<String, in <lambda>() constant in com.example.android.autofillframework.multidatasetservice.model.FilledAutofillFieldCollection
189 CF2_HintMapRec hintMap; /* current hint map */ member