Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
H A DSppResponseMessageTest.java68 SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE); in verifySppSoapResponseWithoutErrorAttribute()
72 assertEquals(SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE, in verifySppSoapResponseWithoutErrorAttribute()
99 SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE); in verifySppSoapResponseWithErrorAttribute()
103 assertEquals(SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE, in verifySppSoapResponseWithErrorAttribute()
122 SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE); in verifyInCompleteSppSoapResponseRaiseException()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
H A DPostDevDataResponse.java39 super(response, MessageType.POST_DEV_DATA_RESPONSE); in PostDevDataResponse()
H A DSppResponseMessage.java52 public static final int POST_DEV_DATA_RESPONSE = 0; field in SppResponseMessage.MessageType
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointProvisioner.java466 != SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE) { in handleSoapMessageResponse()
505 != SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE) { in handleSoapMessageResponse()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointProvisionerTest.java249 SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE); in setUp()