Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/
Dcellular.py125 UeGsmDataStatus.PDP_ACTIVE: UeGenericDataStatus.CONNECTED,
129 UeC2kDataStatus.DORMANT: UeGenericDataStatus.CONNECTED,
130 UeC2kDataStatus.DATA_CONNECTED: UeGenericDataStatus.CONNECTED,
135 UeEvdoDataStatus.DATA_CONNECTED: UeGenericDataStatus.CONNECTED,
136 UeEvdoDataStatus.DORMANT: UeGenericDataStatus.CONNECTED,
138 UeEvdoDataStatus.IDLE: UeGenericDataStatus.CONNECTED,
139 UeEvdoDataStatus.PAGING: UeGenericDataStatus.CONNECTED,
146 UeLteDataStatus.CONNECTED: UeGenericDataStatus.CONNECTED,
Denvironment.py65 cellular.UeGenericDataStatus.CONNECTED])
Dbase_station_pxt.py377 'CON': cellular.UeLteDataStatus.CONNECTED,
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketChannelClient.java60 NEW, CONNECTED, REGISTERED, CLOSED, ERROR enumConstant
112 if (state != WebSocketConnectionState.CONNECTED) { in register()
139 case CONNECTED: in send()
178 state = WebSocketConnectionState.CONNECTED; in disconnect()
183 if (state == WebSocketConnectionState.CONNECTED in disconnect()
253 state = WebSocketConnectionState.CONNECTED; in onOpen()
288 if (state == WebSocketConnectionState.CONNECTED in onTextMessage()
DWebSocketRTCClient.java45 NEW, CONNECTED, CLOSED, ERROR enumConstant
123 if (roomState == ConnectionState.CONNECTED) { in disconnectFromRoomInternal()
173 roomState = ConnectionState.CONNECTED; in signalingParametersReady()
189 if (roomState != ConnectionState.CONNECTED) { in sendOfferSdp()
239 if (roomState != ConnectionState.CONNECTED) { in sendLocalIceCandidate()
DPeerConnectionClient.java940 if (newState == IceConnectionState.CONNECTED) { in onIceConnectionChange()
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt16 | If connection is done synchronously, go into CONNECTED
23 | If connection is complete, go into CONNECTED state.
26 CONNECTED | Read from the pipe asynchronously.
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc158 if (state_ != CONNECTED) in SendToPeer()
183 return state_ == CONNECTED && in IsSendingMessage()
377 state_ = CONNECTED; in OnRead()
421 state_ == CONNECTED) { in OnHangingGetRead()
493 if (state_ == CONNECTED) {
Dpeer_connection_client.h46 CONNECTED, enumerator
/external/autotest/server/site_tests/cellular_StaleModemReboot/
Dcontrol58 MODEM STATE CONNECTED = 11
61 GOBI MODEM STATE CONNECTED = 90
/external/autotest/client/cros/cellular/pseudomodem/
Dpm_errors.py70 CONNECTED = 9 variable in MMCoreError
88 self.CONNECTED : '.Connected',
Dconnect_machine.py207 pm_errors.MMCoreError(pm_errors.MMCoreError.CONNECTED,
Dmodem.py557 raise pm_errors.MMCoreError(pm_errors.MMCoreError.CONNECTED,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNetworkInfo.java56 return isConnected ? NetworkInfo.State.CONNECTED : in getState()
/external/autotest/client/site_tests/network_3GDisconnectFailure/
Dcontrol27 while it is CONNECTED. The expected behavior of shill is to do nothing if the
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED enumConstant
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java628 IceConnectionState.CONNECTED);
637 IceConnectionState.CONNECTED);
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS20434 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=]
475 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (reauth) [id=0 id_str=]
DREADME817 with two command line arguments: interface name and event (CONNECTED
830 if [ "$CMD" = "CONNECTED" ]; then
DChangeLog642 p2p_dev_addr parameter name with AP-STA-CONNECTED
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml154 second to "CONNECTED" or "DISCONNECTED" depending on the event.
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java226 if (wInfo != null && nInfo.getDetailedState().equals(DetailedState.CONNECTED)) { in onReceive()