Searched defs:autofillType (Results 1 – 4 of 4) sorted by relevance
62 val autofillType = autofillField.autofillType in <lambda>() constant
33 val autofillType: Int = view.autofillType constant
330 public Line addLine(String idEntryPrefix, int autofillType, String label, String text, in addLine()372 private Line(String idEntryPrefix, int autofillType, String label, String[] hints, in Line()
149 int autofillType = viewNode.getAutofillType(); in bindValueToNode() local