Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java135 bundle.putBoolean("mReturnValue", getReturnBooleanValue()); in toBundle()
308 public boolean getReturnBooleanValue() { in getReturnBooleanValue() method in ImeEvent
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java95 return event.getReturnBooleanValue() == expectedReturnValue; in backKeyDownMatcher()
346 TIMEOUT).getReturnBooleanValue());
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityViewTest.java246 assertTrue(cursorUpdatesEvent.getReturnBooleanValue()); in testInputMethod()
DMultiDisplaySystemDecorationTests.java588 assertFalse(expectCommand(stream, callCursorUpdates, TIMEOUT).getReturnBooleanValue()); in testCrossDisplayBasicImeOperations()