Home
last modified time | relevance | path

Searched refs:SPPVersionAttribute (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DSppResponseMessageTest.java61 soapObject.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifySppSoapResponseWithoutErrorAttribute()
65 expectedAttributes.put(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifySppSoapResponseWithoutErrorAttribute()
88 soapObject.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifySppSoapResponseWithErrorAttribute()
96 expectedAttributes.put(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifySppSoapResponseWithErrorAttribute()
119 soapObject.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyInCompleteSppSoapResponseRaiseException()
DExchangeCompleteMessageTest.java48 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyValidExchangeComplete()
62 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyInvalidExchangeCompleteReturnNull()
DSoapParserTest.java75 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyValidSppPostDevDataResponse()
DPostDevDataResponseTest.java70 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyValidPostDevDataResponse()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppResponseMessage.java34 static final String SPPVersionAttribute = "sppVersion"; field in SppResponseMessage
67 if (!response.hasAttribute(SPPVersionAttribute) || !response.hasAttribute( in SppResponseMessage()
89 mVersion = response.getAttributeAsString(SPPVersionAttribute); in SppResponseMessage()