Searched refs:autofillTypes (Results 1 – 4 of 4) sorted by relevance
7 "autofillTypes": [25 "autofillTypes": [43 "autofillTypes": [61 "autofillTypes": [79 "autofillTypes": [104 "autofillTypes": [122 "autofillTypes": [144 "autofillTypes": [163 "autofillTypes": [182 "autofillTypes": [[all …]
48 public FieldType(@NonNull String typeName, @NonNull IntList autofillTypes, in FieldType() argument51 mAutofillTypes = autofillTypes; in FieldType()
55 public List<Integer> autofillTypes; field in DefaultFieldTypeWithHints.DefaultFieldType
96 IntList autofillTypes = new IntList(defaultFieldType.autofillTypes); in saveDefaultFieldTypes() local101 FieldType storedFieldType = new FieldType(defaultFieldType.typeName, autofillTypes, in saveDefaultFieldTypes()