Searched refs:errorInfo (Results 1 – 3 of 3) sorted by relevance
80 SoapObject errorInfo = (SoapObject) response.getProperty(SPPErrorProperty); in SppResponseMessage() local81 if (!errorInfo.hasAttribute(SPPErrorCodeAttribute)) { in SppResponseMessage()85 errorInfo.getAttributeAsString(SPPErrorCodeAttribute)); in SppResponseMessage()
89 SoapObject errorInfo = new SoapObject(); in verifySppSoapResponseWithErrorAttribute() local90 errorInfo.addAttribute(SppResponseMessage.SPPErrorCodeAttribute, TEST_ERROR); in verifySppSoapResponseWithErrorAttribute()91 soapObject.addProperty(SppResponseMessage.SPPErrorProperty, errorInfo); in verifySppSoapResponseWithErrorAttribute()
223 ErrorInfo errorInfo = new ErrorInfo(iwlanError, policy); in reportIwlanError() local224 mLastErrorForApn.put(apn, errorInfo); in reportIwlanError()261 ErrorInfo errorInfo = new ErrorInfo(iwlanError, policy, backOffTime); in reportIwlanError() local262 mLastErrorForApn.put(apn, errorInfo); in reportIwlanError()