Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionBlockingMethodTest.java302 result.isNullReturnValue()); in testGetTextAfterCursorFailWithTimeout()
339 result.isNullReturnValue()); in testGetTextAfterCursorFailFastAfterUnbindInput()
403 result.isNullReturnValue()); in testGetTextBeforeCursorFailWithTimeout()
440 result.isNullReturnValue()); in testGetTextBeforeCursorFailFastAfterUnbindInput()
502 result.isNullReturnValue()); in testGetSelectedTextFailWithTimeout()
538 result.isNullReturnValue()); in testGetSelectedTextFailFastAfterUnbindInput()
700 result.isNullReturnValue()); in testGetExtractedTextFailWithTimeout()
738 result.isNullReturnValue()); in testGetExtractedTextFailFastAfterUnbindInput()
DPackageVisibilityTest.java173 if (event.isNullReturnValue()) { in testTargetPackageIsVisibleFromIme()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java422 public boolean isNullReturnValue() { in isNullReturnValue() method in ImeEvent