Home
last modified time | relevance | path

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

/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java61 public final static int TEST_ERROR = 6; field in TestEventHandler
462 eventsReceived[TEST_ERROR] = true; in error()
463 if (notExpecting[TEST_ERROR]) { in error()
478 expects[TEST_ERROR] = false; in error()
705 expects[TEST_ERROR] = true; in expectError()
709 notExpecting[TEST_ERROR] = true; in expectNoError()
713 expects[TEST_ERROR] = true; in expectError()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DSppResponseMessageTest.java41 private static final String TEST_ERROR = "SPP version not supported"; field in SppResponseMessageTest
88 errorInfo.addAttribute(SppResponseMessage.SPPErrorCodeAttribute, TEST_ERROR); in verifySppSoapResponseWithErrorAttribute()
106 assertEquals(SppConstants.mapErrorStringToInt(TEST_ERROR), sppResponseMessage.getError()); in verifySppSoapResponseWithErrorAttribute()