Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java142 bundle.putInt("mReturnValue", getReturnIntegerValue()); in toBundle()
334 public int getReturnIntegerValue() { in getReturnIntegerValue() method in ImeEvent
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionBlockingMethodTest.java568 final int result = expectCommand(stream, command, TIMEOUT).getReturnIntegerValue(); in testGetCursorCapsMode()
599 0, result.getReturnIntegerValue()); in testGetCursorCapsModeFailWithTimeout()
635 0, result.getReturnIntegerValue()); in testGetCursorCapsModeFailFastAfterUnbindInput()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayClientTests.java190 .getReturnIntegerValue(); in assertImeShownAndMatchesDisplayId()