HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 151 - 175 of 2892) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
ClockWidgetProvider.java 28 // a broadcast with this intent action is only fired when we are actually connected
78 // internet is connected and working, show nothing
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocket.java 38 * @throws IllegalStateException if not connected, already closed, or another writer is active.
45 * @throws IllegalStateException if not connected, already closed, or another writer is active.
  /external/ppp/pppd/
session.h 57 * The TTY the user is connected on. May safely be null.
86 * The TTY the user is connected on. May safely be null.
  /external/v8/src/compiler/
scheduler.h 40 bool is_connected_control_; // {true} if control-connected to the end node.
41 bool is_floating_control_; // {true} if control, but not control-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...]
BluetoothHeadset.java 44 * <p> Android only supports one connected Bluetooth Headset at a time.
202 * Headset state when SCO audio is not connected.
218 * Headset state when SCO audio is connected.
323 * headset/handsfree profile. The API will automatically disconnect connected
327 * device is already connected or Bluetooth is not turned on.
360 * Bluetooth device is not in connected state etc. When this API returns,
528 * @return false if there is no headset connected of if the
529 * connected headset doesn't support voice recognition
553 * @return false if there is no headset connected
571 * Check if Bluetooth SCO audio is connected
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleAppName.java 50 public void connected() {} method in class:DdmHandleAppName
78 // if DDMS is already connected, send the app name up
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 58 your receivers except the connectivity-change receiver. Conversely, once you are connected you can
64 download only after you are connected to Wi-Fi.</p>
  /frameworks/base/packages/SettingsLib/res/values-en-rAU/
arrays.xml 29 <item msgid="4221763391123233270">"Connected"</item>
43 <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
  /frameworks/base/packages/SettingsLib/res/values-en-rGB/
arrays.xml 29 <item msgid="4221763391123233270">"Connected"</item>
43 <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
  /frameworks/base/packages/SettingsLib/res/values-en-rIN/
arrays.xml 29 <item msgid="4221763391123233270">"Connected"</item>
43 <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingSecondaryUserActivity.java 68 boolean connected = intent.getBooleanExtra(UsbManager.USB_CONNECTED, false);
69 if (!connected) {
  /frameworks/ml/bordeaux/service/res/values/
strings.xml 37 <string name="local_service_connected">Connected to local service</string>
53 <string name="remote_service_connected">Connected to remote service</string>
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.h 42 void postHotplugEvent(bool connected);
83 void handleHotplugEvent(bool connected);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
70 private Connected mConnected;
81 // mCurrentDevice is the device connected before the state changes
82 // mTargetDevice is the device to be connected
91 // Connected, Connected state
123 mConnected = new Connected();
248 logw("A2DP Connected from Disconnected state");
424 loge("Unknown device Connected: " + device)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/
test_euler.py 25 # not connected
29 # not strongly connected
  /system/bt/bta/include/
bta_ar_api.h 39 /* This event signal to AR user that other profile is connected */
81 ** is connected for this sys_id.
  /system/netd/server/
RouteController.h 32 LOCAL_NETWORK, // A fixed table used for routes to directly-connected clients/peers.
69 // |nexthop| can be NULL (to indicate a directly-connected route), "unreachable" (to indicate a
  /frameworks/base/docs/html/training/wearables/data-layer/
messages.jd 35 <p>Multiple wearable devices can be connected to a user?s handheld device. Each connected device in
36 the network is considered a <em>node</em>. With multiple connected devices, you must consider which
42 With versions of Google Play services prior to 7.3.0, only one wearable device could be connected to
44 connected nodes feature into consideration. If you don?t implement the changes, your messages may
54 more capable, connected device.</p>
65 class to send the request. Since multiple wearables can be connected to the handheld device, the
66 wearable app needs to determine that a connected node is capable of launching the activity. In your
163 connected to the device. To determine if a node is nearby, call the <a
239 <p>You can also broadcast messages to all connected nodes. To retrieve all of th
    [all...]
  /external/opencv/cvaux/src/
cvclique.cpp 105 void _FillAdjMatrix( CvGraph* graph, int** connected, int reverse )
112 connected[i][j] = 0|reverse;
114 //memset( connected[i], 0, sizeof(int)*graph->total );
118 connected[i][i] = 1;
122 connected[i][NUMBER(v)] = 1^reverse;
264 int** connected = finder->adj_matr;
314 if ( !connected[p][old[j]] )
360 if (connected[sel][old[i]])
375 if (connected[sel][old[i]])
467 if( !connected[fixp[k]][old[s[k]]]
    [all...]
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 224 * Returns whether the browser is connected to the service.
231 * Gets the service component that the media browser is connected to.
235 throw new IllegalStateException("getServiceComponent() called while not connected" +
248 * @throws IllegalStateException if not connected.
252 throw new IllegalStateException("getSessionToken() called while not connected (state="
261 * @throws IllegalStateException if not connected.
265 throw new IllegalStateException("getExtras() called while not connected (state="
280 * @throws IllegalStateException if not connected.
284 throw new IllegalStateException("getSessionToken() called while not connected (state="
294 * The list of subscriptions is maintained even when not connected and i
    [all...]
  /frameworks/base/docs/html/tools/adk/
adk.jd 31 <li><a href="#wait-adk">Wait for and detect connected devices</a></li>
33 <li><a href="#determine-adk">Determine the connected device's accessory mode
144 enumerate the bus, find a connected Android-powered device that supports accessory mode, and
335 connected to your computer for power (this also allows you to <a href="#monitoring">monitor the
336 ADK board</a>). When connected, accept the prompt that asks for whether or not to open the
342 the servos are connected) or by pressing the relay buttons in the application. On the ADK shield,
383 <h3 id="wait-adk">Wait for and detect connected devices</h3>
386 repeatedly and calls <code>AndroidAccessory::isConnected()</code> to check for any connected
387 devices. If there is a connected device, it continuously updates the input and output streams
388 going to and from the board and application. If nothing is connected, it continuously checks fo
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/
base-strings.xml 29 Once connected, use the "Change Color" button to change the background color of the secondary screen.
  /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
DiscoveryFragment.java 29 * A simple fragment with two buttons to show connected phones and watches
  /developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/res/values/
base-strings.xml 26 it is still connected to your wearable, you can also start an activity on the wearable to sound an

Completed in 424 milliseconds

1 2 3 4 5 67 8 91011>>