Home
last modified time | relevance | path

Searched refs:meters (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/location/java/android/location/
DLocationRequest.java497 public LocationRequest setSmallestDisplacement(float meters) { in setSmallestDisplacement() argument
498 checkDisplacement(meters); in setSmallestDisplacement()
499 mSmallestDisplacement = meters; in setSmallestDisplacement()
575 private static void checkDisplacement(float meters) { in checkDisplacement() argument
576 if (meters < 0.0f) { in checkDisplacement()
577 throw new IllegalArgumentException("invalid displacement: " + meters); in checkDisplacement()
/frameworks/base/docs/html/tools/debugging/
Ddebugging-devtools.jd62 <dd>Displays CPU meters at the top of the screen, showing how much the CPU is being used. The
/frameworks/base/docs/html/guide/topics/location/
Dindex.jd61 comes within a given proximity (specified by radius in meters) of a given lat/long.</li>
Dstrategies.jd446 an optional altitude in meters. For example:</p>
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd154 block, which is an accuracy of approximately 100 meters. This is
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd925 Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and
1011 monitors, blood meters, thermometers, and scales. The Bluetooth Health API
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd904 monitors, blood meters, thermometers, and scales. </p>
Djelly-bean.jd170 meters, game controllers, remote controls, health devices, and more.
Dandroid-4.0.jd713 blood meters, thermometers, and scales.</p>
/frameworks/base/docs/html/tools/devices/
Demulator.jd1156 <td>Specify longitude and latitude in decimal degrees. Specify altitude in meters.</td>