Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java175 static final int STATE_WAITING_FOR_FIRST_SOAP_RESPONSE = 4; field in PasspointProvisioner.ProvisioningStateMachine
464 if (mState == STATE_WAITING_FOR_FIRST_SOAP_RESPONSE) { in handleSoapMessageResponse()
736 changeState(STATE_WAITING_FOR_FIRST_SOAP_RESPONSE); in initSoapExchange()
752 if (mState != STATE_WAITING_FOR_FIRST_SOAP_RESPONSE) { in launchOsuWebView()