Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java172 static final int STATE_WAITING_FOR_FIRST_SOAP_RESPONSE = 4; field in PasspointProvisioner.ProvisioningStateMachine
461 if (mState == STATE_WAITING_FOR_FIRST_SOAP_RESPONSE) { in handleSoapMessageResponse()
733 changeState(STATE_WAITING_FOR_FIRST_SOAP_RESPONSE); in initSoapExchange()
749 if (mState != STATE_WAITING_FOR_FIRST_SOAP_RESPONSE) { in launchOsuWebView()