Home
last modified time | relevance | path

Searched refs:hasCalledCheckInputConnectionProxy (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3738 assertFalse(editText.hasCalledCheckInputConnectionProxy()); in testInputConnection()
3740 assertTrue(editText.hasCalledCheckInputConnectionProxy()); in testInputConnection()
4148 public boolean hasCalledCheckInputConnectionProxy() { in hasCalledCheckInputConnectionProxy() method in ViewTest.MockEditText