Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java124 failWithMessage("Did not receive " + expectedKeyEvent); in assertReceivedKeyEvent()
147 failWithMessage("Did not receive " + expectedEvent); in assertReceivedMotionEvent()
150 failWithMessage("expected each MotionEvent to only have a single entry"); in assertReceivedMotionEvent()
228 failWithMessage("extraneous events generated: " + event); in assertNoMoreEvents()
271 failWithMessage("unexpectedly interrupted while waiting for InputEvent"); in waitForEvent()
362 private void failWithMessage(String message) { in failWithMessage() method in InputTestCase
380 failWithMessage("interrupted while adding a KeyEvent to the queue"); in onKeyEvent()
391 failWithMessage("interrupted while adding a MotionEvent to the queue"); in onMotionEvent()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java241 failWithMessage(message, "expected not to match regex:<" + expectedRegex in failMatch()
245 private void failWithMessage(String userMessage, String ourMessage) { in failWithMessage() method in BaseShortcutManagerHostTest
254 failWithMessage(message, "expected to contain regex:<" + expectedRegex in failNotContains()