Home
last modified time | relevance | path

Searched refs:tethered (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/docs/html/training/articles/
Dwear-location-detection.jd38 tethered device. However, when you request location data in a wearable app, you don't have to worry
44 monitor tethered data connections.</p>
216 home, your wearable app cannot receive location data through a tethered connection. If the
247 <p>Wearable devices relying on a tethered connection for location data may lose their connections
250 onboard GPS sensor, loss of location data occurs when the device loses its tethered data connection.
253 <p>In cases where your app depends on a tethered data connection for location data and the wear
257 <p>To detect the loss of a tethered data connection:</p>
288 // Notify user to bring tethered handset
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java855 private void setTethered(boolean tethered) { in setTethered() argument
857 mTethered = tethered; in setTethered()
1468 ArrayList<Integer> tethered = new ArrayList<Integer>(); in onReceive() local
1475 tethered.add(new Integer(USB_TETHERING)); in onReceive()
1477 tethered.add(new Integer(WIFI_TETHERING)); in onReceive()
1479 tethered.add(new Integer(BLUETOOTH_TETHERING)); in onReceive()
1484 for (int tetherType : tethered) { in onReceive()
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd1469 touch input from a USB-tethered physical Android device.