/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 91 case WifiP2pDevice.CONNECTED: 92 return "Connected";
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.h | 57 CONNECTED,
|
ARTSPConnection.cpp | 307 mState = CONNECTED; 335 if (mState == CONNECTED || mState == CONNECTING) { 374 // Timed out. Not yet connected. 399 mState = CONNECTED; 412 if (mState != CONNECTED) { 479 if (mState != CONNECTED) {
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConnectivityConstraintTest.java | 38 * Similarly, requires that the phone be connected to a wifi hotspot, or else the test will fail. 88 * is connected to WiFi. This will fail if a wifi connection is unavailable. 156 * connected to a cellular provider. 195 * Ensure WiFi is enabled, and block until we've verified that we are in fact connected. 202 NetworkInfo.State.CONNECTED); 218 * and wait for a broadcast that we're connected to cell. 227 NetworkInfo.State.CONNECTED);
|
/cts/tests/tests/netlegacy22/api/src/android/net/cts/legacy/api22/ |
ConnectivityManagerLegacyTest.java | 116 // Make sure WiFi is connected to an access point. 119 expectNetworkBroadcast(TYPE_MOBILE_HIPRI, NetworkInfo.State.CONNECTED, 218 NetworkInfo.State.CONNECTED :
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiTrafficPoller.java | 24 import static android.net.NetworkInfo.DetailedState.CONNECTED; 163 if (mNetworkInfo.getDetailedState() == CONNECTED && mScreenOn.get()) {
|
WifiMonitor.java | 59 private static final int CONNECTED = 1; 136 * CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed 140 private static final String CONNECTED_STR = "CONNECTED"; 235 * CTRL-EVENT-CONNECTED - Connection to 00:1e:58:ec:d5:6d completed (reauth) [id=1 id_str=]</pre> 421 /* AP-STA-CONNECTED 42:fc:89:a8:96:09 dev_addr=02:90:4c:a0:92:54 */ 422 private static final String AP_STA_CONNECTED_STR = "AP-STA-CONNECTED"; [all...] |
WifiNotificationController.java | 119 case CONNECTED:
|
/frameworks/av/media/libstagefright/foundation/ |
ANetworkSession.cpp | 78 CONNECTED, 174 if (mState == CONNECTED) { 236 if (mState != CONNECTED || mMode != MODE_RTSP) { 264 || (mState == CONNECTED && !mOutFragments.empty()) 617 mState = CONNECTED; 623 CHECK_EQ(mState, CONNECTED); 693 CHECK(mState == CONNECTED || mState == DATAGRAM); 705 if (mState == CONNECTED && mMode == MODE_DATAGRAM) { 712 } else if (mState == CONNECTED && mMode == MODE_WEBSOCKET) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 171 if (state == PhoneConstants.DataState.CONNECTED) { 349 case CONNECTED: 367 return PhoneConstants.DataState.CONNECTED;
|
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/ |
DeviceListFragment.java | 77 case WifiP2pDevice.CONNECTED: 78 return "Connected";
|
MainActivity.java | 221 * already connected. Else, request WifiP2pManager to abort the ongoing 228 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
DeviceListFragment.java | 77 case WifiP2pDevice.CONNECTED: 78 return "Connected";
|
WiFiDirectActivity.java | 235 * already connected. Else, request WifiP2pManager to abort the ongoing 242 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 38 * A connected or connecting Bluetooth socket. 62 * <p>Once the socket is connected, whether initiated as a client or accepted 66 * automatically connected to the socket. 140 CONNECTED, 154 * @param fd fd to use for connected socket, or -1 for a new socket 171 * @param fd fd to use for connected socket, or -1 for a new socket 235 as.mSocketState = SocketState.CONNECTED; 255 * @param fd fd to use for connected socket, or -1 for a new socket 293 * Get the remote device this socket is connecting, or connected, to. 303 * connected, but operations on that stream will throw IOException unti [all...] |
/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 187 CONNECTED,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
BluetoothTetheringNetworkFactory.java | 112 mNetworkInfo.setDetailedState(DetailedState.CONNECTED, null, null);
|
/packages/apps/Email/provider_src/com/android/email/ |
EmailConnectivityManager.java | 127 if (state == State.CONNECTED) { 195 // Wait until a network is connected (or 10 mins), but let the device sleep
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
BandwidthTest.java | 101 // As part of the setup we disconnected from wifi; make sure we are connected to mobile and 273 * @return true if we successfully connected to a given network. 281 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT)); 286 * Helper method to make sure we are connected to mobile data. 292 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT)); 293 assertTrue("Not connected to mobile", mConnectionUtil.isConnectedToMobile()); 294 assertFalse("Still connected to wifi.", mConnectionUtil.isConnectedToWifi());
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
BluetoothPbapClient.java | 360 * Event propagated when PCE has been connected to PSE 372 DISCONNECTED, CONNECTING, CONNECTED, DISCONNECTING; 462 * app does not need to know when session is connected since 473 client.mConnectionState = ConnectionState.CONNECTED; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapServer.java | 54 DISCONNECTED, CONNECTING, CONNECTING_CALL_ONGOING, CONNECTED, 364 if(mState == SAP_STATE.CONNECTED 378 if(mState != SAP_STATE.CONNECTED) { 379 Log.w(TAG, "Message received in STATE != CONNECTED - state = " 412 /* In case of e.g. a RFCOMM close while connected: 710 changeState(SAP_STATE.CONNECTED); [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 311 if (mState != CONNECTED) { 380 mState = CONNECTED; 620 mState = CONNECTED;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 165 case CONNECTED: 171 ret = PhoneConstants.DataState.CONNECTED;
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pDevice.java | 102 public static final int CONNECTED = 0; 143 * AP-STA-CONNECTED 42:fc:89:a8:96:09 p2p_dev_addr=fa:7b:7a:42:02:13 162 * AP-STA-CONNECTED 42:fc:89:a8:96:09 [p2p_dev_addr=02:90:4c:a0:92:54]
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
MmsNetworkManager.java | 149 // Connected 207 // - Successfully connected 229 if (state == NetworkInfo.State.CONNECTED || 231 // Unblock the waiting request when we either connected
|