Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DVirtualContainerView.java342 Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine()
425 private final int inputType; field in VirtualContainerView.Line
427 private Line(String labelId, String label, String textId, String text, int inputType) { in Line()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java430 Type inputType = typeBuilder.create(); in convertToSRGB() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5553 final int inputType = InputType.TYPE_CLASS_TEXT in testSetImeHintLocalesDoesntLoseInputType() local