Home
last modified time | relevance | path

Searched refs:MessageType (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DExchangeCompleteMessage.java32 super(response, MessageType.EXCHANGE_COMPLETE); in ExchangeCompleteMessage()
DPostDevDataResponse.java39 super(response, MessageType.POST_DEV_DATA_RESPONSE); in PostDevDataResponse()
DSppResponseMessage.java50 public static class MessageType { class in SppResponseMessage
/frameworks/base/core/java/android/bluetooth/
DBluetoothMasInstance.java80 public static final class MessageType { class in BluetoothMasInstance
DSdpMasRecord.java31 public static final class MessageType { class in SdpMasRecord
/frameworks/base/media/jni/soundpool/
DSoundManager.h38 enum MessageType { INVALID, SOUND_LOADED }; enum
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java466 != SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE) { in handleSoapMessageResponse()
505 != SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE) { in handleSoapMessageResponse()
530 != SppResponseMessage.MessageType.EXCHANGE_COMPLETE) { in handleSoapMessageResponse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisionerTest.java243 SppResponseMessage.MessageType.EXCHANGE_COMPLETE); in setUp()
249 SppResponseMessage.MessageType.POST_DEV_DATA_RESPONSE); in setUp()