Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeEvent.java320 if (isNullReturnValue()) { in getReturnBooleanValue()
336 if (isNullReturnValue()) { in getReturnIntegerValue()
352 if (isNullReturnValue()) { in getReturnCharSequenceValue()
369 if (isNullReturnValue()) { in getReturnStringValue()
388 if (isNullReturnValue()) { in getReturnExceptionValue()
404 if (isNullReturnValue()) { in getReturnParcelableValue()
420 if (isNullReturnValue()) { in getReturnParcelableArrayListValue()
439 public boolean isNullReturnValue() { in isNullReturnValue() method in MockA11yImeEvent
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DPackageVisibilityTest.java89 if (event.isNullReturnValue()) { in testTargetPackageIsVisibleFromIme()
DInputConnectionEndToEndTest.java732 result.isNullReturnValue()); in testGetTextAfterCursorFailWithNegativeLength()
773 result.isNullReturnValue()); in testGetTextAfterCursorFailWithTimeout()
818 result.isNullReturnValue()); in testGetTextAfterCursorFailFastAfterUnbindInput()
894 result.isNullReturnValue()); in testGetTextBeforeCursorFailWithNegativeLength()
935 result.isNullReturnValue()); in testGetTextBeforeCursorFailWithTimeout()
980 result.isNullReturnValue()); in testGetTextBeforeCursorFailFastAfterUnbindInput()
1057 result.isNullReturnValue()); in testGetSelectedTextFailWithTimeout()
1099 result.isNullReturnValue()); in testGetSelectedTextFailFastAfterUnbindInput()
1117 + " implement it.", result.isNullReturnValue()); in testGetSelectedTextFailWithMethodMissing()
1265 result.isNullReturnValue()); in testGetSurroundingTextFailWithNegativeAfterLength()
[all …]
DAccessibilityInputMethodTest.java239 assertThat(getCurrentEditorInfoEvent.isNullReturnValue()).isTrue(); in verifyStateAfterFinishInput()
242 assertThat(getCurrentInputConnectionEvent.isNullReturnValue()).isTrue(); in verifyStateAfterFinishInput()
DInputConnectionHandlerTest.java791 result.isNullReturnValue()); in testExceptionFromGetSurroundingText()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java484 public boolean isNullReturnValue() { in isNullReturnValue() method in ImeEvent