Searched refs:tethered (Results 1 – 3 of 3) 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
855 private void setTethered(boolean tethered) { in setTethered() argument857 mTethered = tethered; in setTethered()1468 ArrayList<Integer> tethered = new ArrayList<Integer>(); in onReceive() local1475 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()
1469 touch input from a USB-tethered physical Android device.