Home
last modified time | relevance | path

Searched refs:TEST_STATUS (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DSppResponseMessageTest.java37 private static final String TEST_STATUS = "OK"; field in SppResponseMessageTest
57 soapObject.addAttribute(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifySppSoapResponseWithoutErrorAttribute()
61 expectedAttributes.put(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifySppSoapResponseWithoutErrorAttribute()
68 assertEquals(SppConstants.mapStatusStringToInt(TEST_STATUS), in verifySppSoapResponseWithoutErrorAttribute()
116 soapObject.addAttribute(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifyInCompleteSppSoapResponseRaiseException()
DExchangeCompleteMessageTest.java32 private static final String TEST_STATUS = "OK"; field in ExchangeCompleteMessageTest
44 response.addAttribute(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifyValidExchangeComplete()
59 response.addAttribute(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifyInvalidExchangeCompleteReturnNull()
DSoapParserTest.java38 private static final String TEST_STATUS = "OK"; field in SoapParserTest
71 response.addAttribute(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifyValidSppPostDevDataResponse()
DPostDevDataResponseTest.java40 private static final String TEST_STATUS = "OK"; field in PostDevDataResponseTest
67 response.addAttribute(SppResponseMessage.SPPStatusAttribute, TEST_STATUS); in verifyValidPostDevDataResponse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DProtocolPortTupleTest.java36 private static final int TEST_STATUS = ProtocolPortTuple.PROTO_STATUS_CLOSED; field in ProtocolPortTupleTest
88 ByteBuffer buffer = getTestBuffer(TEST_PROTOCOL, TEST_PORT, TEST_STATUS); in parseBufferWithTestData()
89 ProtocolPortTuple expected = new ProtocolPortTuple(TEST_PROTOCOL, TEST_PORT, TEST_STATUS); in parseBufferWithTestData()
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java56 public final static int TEST_STATUS = 1; field in TestEventHandler
166 eventsReceived[TEST_STATUS] = true; in status()
167 if (notExpecting[TEST_STATUS]) { in status()
209 expects[TEST_STATUS] = false; in status()
615 expects[TEST_STATUS] = true; in expectStatus()
619 notExpecting[TEST_STATUS] = true; in expectNoStatus()
623 expects[TEST_STATUS] = true; in expectStatus()
630 expects[TEST_STATUS] = true; in expectStatus()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java256 final long testStatusToken = proto.start(InstrumentationData.Session.TEST_STATUS); in onInstrumentationStatusLocked()