Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppResponseMessage.java37 static final String SPPErrorCodeAttribute = "errorCode"; field in SppResponseMessage
81 if (!errorInfo.hasAttribute(SPPErrorCodeAttribute)) { in SppResponseMessage()
85 errorInfo.getAttributeAsString(SPPErrorCodeAttribute)); in SppResponseMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DSppResponseMessageTest.java88 errorInfo.addAttribute(SppResponseMessage.SPPErrorCodeAttribute, TEST_ERROR); in verifySppSoapResponseWithErrorAttribute()