/external/autotest/client/cros/cellular/ |
D | cellular.py | 125 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,
|
D | environment.py | 65 cellular.UeGenericDataStatus.CONNECTED])
|
D | base_station_pxt.py | 377 'CON': cellular.UeLteDataStatus.CONNECTED,
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | WebSocketChannelClient.java | 60 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()
|
D | WebSocketRTCClient.java | 45 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()
|
D | PeerConnectionClient.java | 940 if (newState == IceConnectionState.CONNECTED) { in onIceConnectionChange()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | ReadMe.txt | 16 | 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/ |
D | peer_connection_client.cc | 158 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) {
|
D | peer_connection_client.h | 46 CONNECTED, enumerator
|
/external/autotest/server/site_tests/cellular_StaleModemReboot/ |
D | control | 58 MODEM STATE CONNECTED = 11 61 GOBI MODEM STATE CONNECTED = 90
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | pm_errors.py | 70 CONNECTED = 9 variable in MMCoreError 88 self.CONNECTED : '.Connected',
|
D | connect_machine.py | 207 pm_errors.MMCoreError(pm_errors.MMCoreError.CONNECTED,
|
D | modem.py | 557 raise pm_errors.MMCoreError(pm_errors.MMCoreError.CONNECTED,
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNetworkInfo.java | 56 return isConnected ? NetworkInfo.State.CONNECTED : in getState()
|
/external/autotest/client/site_tests/network_3GDisconnectFailure/ |
D | control | 27 while it is CONNECTED. The expected behavior of shill is to do nothing if the
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnection.java | 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED enumConstant
|
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
D | PeerConnectionTest.java | 628 IceConnectionState.CONNECTED); 637 IceConnectionState.CONNECTED);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 434 <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=]
|
D | README | 817 with two command line arguments: interface name and event (CONNECTED 830 if [ "$CMD" = "CONNECTED" ]; then
|
D | ChangeLog | 642 p2p_dev_addr parameter name with AP-STA-CONNECTED
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 154 second to "CONNECTED" or "DISCONNECTED" depending on the event.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiManagerFacade.java | 226 if (wInfo != null && nInfo.getDetailedState().equals(DetailedState.CONNECTED)) { in onReceive()
|