Home
last modified time | relevance | path

Searched refs:mAutofillType (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/
DAbstractCustomVirtualView.java370 protected final int mAutofillType; field in AbstractCustomVirtualView.Line
374 this.mAutofillType = autofillType; in Line()
430 + " Focused: " + mFieldTextItem.focused + " Type: " + mAutofillType; in toString()