HomeSort by relevance Sort by last modified time
    Searched defs:CONNECTED (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/support/work/workmanager/src/main/java/androidx/work/
NetworkType.java 32 CONNECTED,
  /system/bt/include/hardware/
bt_hearing_aid.h 28 CONNECTED,
41 * from storage on stack bringup, and when new device is connected to profile.
  /tools/test/connectivity/tools/lab/metrics/
network_metric.py 23 """Determines if test server is connected to network by passed in ip's.
30 CONNECTED = 'connected'
52 A dictionary of ip addresses as keys, and whether they're connected
68 return {self.CONNECTED: is_connected}
  /device/google/wahoo/wifi_offload/
chre_interface_callbacks.h 30 enum ConnectionEvent { CONNECTED, DISCONNECTED, CONNECTION_ABORT };
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.h 55 enum State { DISCONNECTED, CONNECTED };
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.h 46 CONNECTED,
96 // Parses a single line entry in the form "<name>,<id>,<connected>"
98 bool* connected);
  /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
BidirectionalAsyncChannel.java 38 public enum ChannelState { DISCONNECTED, HALF_CONNECTED, CONNECTED, FAILURE };
42 assertEquals("AsyncChannel was not fully connected", ChannelState.CONNECTED, mState);
56 Log.d(TAG, "Successfully half connected " + this);
66 mState = ChannelState.CONNECTED;
67 Log.d(TAG, "Channel fully connected" + this);
84 assertEquals("AsyncChannel must be connected to disconnect",
85 ChannelState.CONNECTED, mState);
92 assertEquals("AsyncChannel must be connected to send messages",
93 ChannelState.CONNECTED, mState)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateTracker.java 36 public static final int CONNECTED = 3;
71 case CONNECTED:
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 57 CONNECTED,
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 35 private static final int CONNECTED = 1;
117 case CONNECTED:
118 handler.connected();
  /libcore/ojluni/src/main/java/sun/net/
ProgressSource.java 36 public enum State { NEW, CONNECTED, UPDATE, DELETE };
53 private boolean connected = false; field in class:ProgressSource
81 public boolean connected() { method in class:ProgressSource
82 if (!connected) {
83 connected = true;
84 state = State.CONNECTED;
166 if (connected() == false)
167 state = State.CONNECTED;
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 37 private static final int CONNECTED = 2;
81 mState = CONNECTED;
103 if (mState != CONNECTED) {
104 throw new IOException("Socket not connected");
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 40 private static final int CONNECTED = 2;
84 mState = CONNECTED;
91 if (mState != CONNECTED) {
92 Log.e(TAG, "Not connected to NPP.");
  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.h 78 CONNECTED,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 79 CONNECTED,
  /frameworks/base/core/java/android/net/
NetworkInfo.java 47 * <tr><td><code>CONNECTED</code></td><td><code>CONNECTED</code></td></tr>
56 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN
76 CONNECTED,
109 stateMap.put(DetailedState.CONNECTED, State.CONNECTED);
268 return mState == State.CONNECTED || mState == State.CONNECTING;
280 return mState == State.CONNECTED;
  /frameworks/ex/common/java/com/android/common/
NetworkConnectivityListener.java 80 mState = State.CONNECTED;
112 CONNECTED,
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
WorkTypeConverters.java 75 int CONNECTED = 1;
201 case CONNECTED:
202 return NetworkTypeIds.CONNECTED;
231 case NetworkTypeIds.CONNECTED:
232 return NetworkType.CONNECTED;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java 47 private static final int CONNECTED = 2;
97 if (mState != CONNECTED) {
98 throw new IOException("Socket not connected.");
116 if (mState != CONNECTED) {
117 throw new IOException("Socket not connected.");
179 mState = CONNECTED;
  /packages/apps/Nfc/src/com/android/nfc/sneptest/
DtaSnepClient.java 60 private static final int CONNECTED = 2;
236 if (mState != CONNECTED) {
237 throw new IOException("Socket not connected.");
255 if (mState != CONNECTED) {
256 throw new IOException("Socket not connected.");
317 mState = CONNECTED;
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketChannelClient.java 60 NEW, CONNECTED, REGISTERED, CLOSED, ERROR
89 Log.e(TAG, "WebSocket is already connected.");
112 if (state != WebSocketConnectionState.CONNECTED) {
139 case CONNECTED:
178 state = WebSocketConnectionState.CONNECTED;
182 // Close WebSocket in CONNECTED or ERROR states only.
183 if (state == WebSocketConnectionState.CONNECTED
253 state = WebSocketConnectionState.CONNECTED;
288 if (state == WebSocketConnectionState.CONNECTED
WebSocketRTCClient.java 45 NEW, CONNECTED, CLOSED, ERROR
123 if (roomState == ConnectionState.CONNECTED) {
173 roomState = ConnectionState.CONNECTED;
189 if (roomState != ConnectionState.CONNECTED) {
190 reportError("Sending offer SDP in non connected state.");
239 if (roomState != ConnectionState.CONNECTED) {
240 reportError("Sending ICE candidate in non connected state.");
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 111 public static final int CONNECTED = 0;
152 * AP-STA-CONNECTED 42:fc:89:a8:96:09 p2p_dev_addr=fa:7b:7a:42:02:13
171 * AP-STA-CONNECTED 42:fc:89:a8:96:09 [p2p_dev_addr=02:90:4c:a0:92:54]
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
BrowsedPlayerWrapper.java 42 CONNECTED,
66 // while connected. We shouldn't cache this since theres nothing in the framework documentation
77 // this to happen you would need to be connected to two carkits at the same time.
80 // of connected devices because that is the maximum number of folders that can be browsed at
147 if (DEBUG) Log.d(TAG, "playItem: Connected to browsable player " + mPackageName);
159 // connected or disconnected.
185 Log.i(TAG, "getFolderItems: Connected to browsable player: " + mPackageName);
198 // Internal function to call once the Browser is connected
207 Log.i(TAG, "onConnected: " + mPackageName + " is connected");
208 // Get the root while connected because we may need to use it when disconnected
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 70 CONNECTED = 9
88 self.CONNECTED : '.Connected',

Completed in 1304 milliseconds

1 2 3 4 5 6 7 8 91011