Searched refs:idEntryPrefix (Results 1 – 1 of 1) sorted by relevance
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
D | AbstractCustomVirtualView.java | 330 public Line addLine(String idEntryPrefix, int autofillType, String label, String text, in addLine() argument 334 Line line = new Line(idEntryPrefix, autofillType, label, autofillHints, text, in addLine() 372 private Line(String idEntryPrefix, int autofillType, String label, String[] hints, in Line() argument 375 this.mLabelItem = new Item(this, ++sNextId, idEntryPrefix + "Label", null, in Line() 377 this.mFieldTextItem = new Item(this, ++sNextId, idEntryPrefix + "Field", hints, in Line()
|