Home
last modified time | relevance | path

Searched refs:tethered (Results 1 – 2 of 2) 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.java1131 private void setTethered(boolean tethered) { in setTethered() argument
1133 mTethered = tethered; in setTethered()
1846 ArrayList<Integer> tethered = new ArrayList<Integer>(); in onReceive() local
1853 tethered.add(new Integer( in onReceive()
1856 tethered.add(new Integer( in onReceive()
1859 tethered.add(new Integer( in onReceive()
1865 for (int tetherType : tethered) { in onReceive()