Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DAbstractMultipleStepsActivity.java149 int labelId = entry.getKey(); in initializeSteps() local
156 private LinearLayout newStep(int labelId, String autofillHints) { in newStep()