/cts/tests/tests/text/src/android/text/method/cts/ |
D | DateKeyListenerTest.java | 121 assertEquals(dateTimeType, dateKeyListener.getInputType()); in testGetInputType() 125 assertEquals(dateTimeType, dateKeyListener.getInputType()); in testGetInputType() 127 assertEquals(dateTimeType, dateKeyListener.getInputType()); in testGetInputType() 132 assertEquals(textType, dateKeyListener.getInputType()); in testGetInputType()
|
D | DateTimeKeyListenerTest.java | 124 assertEquals(dateTimeType, listener.getInputType()); in testGetInputType() 128 assertEquals(dateTimeType, listener.getInputType()); in testGetInputType() 130 assertEquals(dateTimeType, listener.getInputType()); in testGetInputType() 135 assertEquals(textType, listener.getInputType()); in testGetInputType()
|
D | TimeKeyListenerTest.java | 122 assertEquals(dateTimeType, listener.getInputType()); in testGetInputType() 126 assertEquals(dateTimeType, listener.getInputType()); in testGetInputType() 128 assertEquals(dateTimeType, listener.getInputType()); in testGetInputType() 133 assertEquals(textType, listener.getInputType()); in testGetInputType()
|
D | DigitsKeyListenerTest.java | 906 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_deprecatedConstructors() 911 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_deprecatedConstructors() 916 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_deprecatedConstructors() 922 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_deprecatedConstructors() 931 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_English() 934 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_English() 939 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_English() 941 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_English() 946 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_English() 948 assertEquals(expected, digitsKeyListener.getInputType()); in testGetInputType_English() [all …]
|
D | QwertyKeyListenerTest.java | 206 assertEquals(InputType.TYPE_CLASS_TEXT, listener.getInputType()); in testGetInstanceForFullKeyboard() 244 assertEquals(InputType.TYPE_CLASS_TEXT, listener.getInputType()); in testGetInputType() 249 assertEquals(expected, listener.getInputType()); in testGetInputType()
|
D | DialerKeyListenerTest.java | 95 assertEquals(InputType.TYPE_CLASS_PHONE, listener.getInputType()); in testGetInputType()
|
D | TextKeyListenerTest.java | 262 assertEquals(expected, listener.getInputType()); in testGetInputType() 267 assertEquals(expected, listener.getInputType()); in testGetInputType()
|
D | MultiTapKeyListenerTest.java | 268 assertEquals(expected, listener.getInputType()); in testGetInputType() 274 assertEquals(expected, listener.getInputType()); in testGetInputType()
|
D | ForwardDeleteTest.java | 39 public int getInputType() {
|
D | NumberKeyListenerTest.java | 207 public int getInputType() { in getInputType() method in NumberKeyListenerTest.MockNumberKeyListener
|
D | BackspaceTest.java | 39 public int getInputType() {
|
D | BaseKeyListenerTest.java | 667 public int getInputType() { in getInputType() method in BaseKeyListenerTest.MockBaseKeyListener
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SearchViewTest.java | 111 searchViewWithAttributes.getInputType()); in testAttributesFromXml() 270 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType()); in testAccessInputType() 274 | InputType.TYPE_TEXT_FLAG_CAP_WORDS, mSearchView.getInputType()); in testAccessInputType() 277 assertEquals(InputType.TYPE_CLASS_PHONE, mSearchView.getInputType()); in testAccessInputType()
|
D | TextViewTest.java | 5577 | InputType.TYPE_DATETIME_VARIATION_NORMAL, mTextView.getInputType()); in testAccessContentType() 5583 | InputType.TYPE_DATETIME_VARIATION_DATE, mTextView.getInputType()); in testAccessContentType() 5589 | InputType.TYPE_DATETIME_VARIATION_TIME, mTextView.getInputType()); in testAccessContentType() 5597 | InputType.TYPE_NUMBER_FLAG_SIGNED, mTextView.getInputType()); in testAccessContentType() 5602 assertEquals(InputType.TYPE_CLASS_PHONE, mTextView.getInputType()); in testAccessContentType() 5608 | InputType.TYPE_TEXT_FLAG_AUTO_CORRECT, mTextView.getInputType()); in testAccessContentType() 5618 | InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS, mTextView.getInputType()); in testAccessContentType() 5626 | InputType.TYPE_TEXT_FLAG_CAP_WORDS, mTextView.getInputType()); in testAccessContentType() 5634 | InputType.TYPE_TEXT_FLAG_CAP_SENTENCES, mTextView.getInputType()); in testAccessContentType() 5639 assertEquals(InputType.TYPE_NULL, mTextView.getInputType()); in testAccessContentType() [all …]
|
D | EditTextTest.java | 751 | InputType.TYPE_TEXT_FLAG_ENABLE_TEXT_CONVERSION_SUGGESTIONS, tv.getInputType()); in testAttributeTextConversionSuggestion()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | VirtualContainerActivityTest.java | 229 assertThat(username.getInputType()) in autofillTest() 231 assertThat(usernameLabel.getInputType()).isEqualTo(0); in autofillTest() 232 assertThat(password.getInputType()) in autofillTest() 234 assertThat(passwordLabel.getInputType()).isEqualTo(0); in autofillTest()
|
D | LoginActivityTest.java | 2256 assertThat(label.getInputType()).isEqualTo(TYPE_NULL); in testGetTextInputType() 2258 assertWithMessage("No TYPE_TEXT_VARIATION_PASSWORD on %s", password.getInputType()) in testGetTextInputType() 2259 .that(password.getInputType() & TYPE_TEXT_VARIATION_PASSWORD) in testGetTextInputType()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityNodeInfoTest.java | 517 assertEquals("InputType has incorrect value", expectedInfo.getInputType(), in assertEqualsAccessibilityNodeInfo() 518 receivedInfo.getInputType()); in assertEqualsAccessibilityNodeInfo() 706 assertEquals("Input type not properly recycled", 0, info.getInputType()); in assertAccessibilityNodeInfoCleared()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/ |
D | ViewNodeTest.java | 310 assertThat(node.getInputType()).isEqualTo(42); in assertSimpleNode()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 7420 method public int getInputType(); 8775 method public int getInputType(); 48441 method public int getInputType(); 48451 method public int getInputType(); 48460 method public int getInputType(); 48471 method public int getInputType(); 48488 method public int getInputType(); 48543 method public int getInputType(); 48570 method public int getInputType(); 48599 method public int getInputType(); [all …]
|