Home
last modified time | relevance | path

Searched defs:hintMap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/
DLocalAutofillDataSource.java171 HashMap<String, FieldTypeWithHeuristics> hintMap = getFieldTypeByAutofillHints(); in getFieldTypeByAutofillHints() local
214 HashMap<String, FieldTypeWithHeuristics> hintMap = new HashMap<>(); in getFieldTypeByAutofillHints() local
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/
H A DLocalAutofillDataSource.java171 HashMap<String, FieldTypeWithHeuristics> hintMap = getFieldTypeByAutofillHints(); in getFieldTypeByAutofillHints() local
214 HashMap<String, FieldTypeWithHeuristics> hintMap = new HashMap<>(); in getFieldTypeByAutofillHints() local
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillFieldCollection.kt35 @Expose private val hintMap: HashMap<String, FilledAutofillField> = HashMap<String, in <lambda>() constant in com.example.android.autofillframework.multidatasetservice.model.FilledAutofillFieldCollection
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
H A DFilledAutofillFieldCollection.kt35 @Expose private val hintMap: HashMap<String, FilledAutofillField> = HashMap<String, in <lambda>() constant in com.example.android.autofillframework.multidatasetservice.model.FilledAutofillFieldCollection
/aosp_15_r20/external/freetype/src/psaux/
H A Dpshints.h189 CF2_HintMapRec hintMap; /* current hint map */ member