Searched refs:tethered (Results 1 – 2 of 2) sorted by relevance
38 tethered device. However, when you request location data in a wearable app, you don't have to worry44 monitor tethered data connections.</p>216 home, your wearable app cannot receive location data through a tethered connection. If the247 <p>Wearable devices relying on a tethered connection for location data may lose their connections250 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 wear257 <p>To detect the loss of a tethered data connection:</p>288 // Notify user to bring tethered handset
1131 private void setTethered(boolean tethered) { in setTethered() argument1133 mTethered = tethered; in setTethered()1846 ArrayList<Integer> tethered = new ArrayList<Integer>(); in onReceive() local1853 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()