Searched refs:SPPVersionAttribute (Results 1 – 5 of 5) sorted by relevance
61 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()
48 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyValidExchangeComplete()62 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyInvalidExchangeCompleteReturnNull()
75 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyValidSppPostDevDataResponse()
70 response.addAttribute(SppResponseMessage.SPPVersionAttribute, TEST_VERSION); in verifyValidPostDevDataResponse()
34 static final String SPPVersionAttribute = "sppVersion"; field in SppResponseMessage67 if (!response.hasAttribute(SPPVersionAttribute) || !response.hasAttribute( in SppResponseMessage()89 mVersion = response.getAttributeAsString(SPPVersionAttribute); in SppResponseMessage()