Searched refs:meters (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | LocationRequest.java | 497 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/ |
D | debugging-devtools.jd | 62 <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/ |
D | index.jd | 61 comes within a given proximity (specified by radius in meters) of a given lat/long.</li>
|
D | strategies.jd | 446 an optional altitude in meters. For example:</p>
|
/frameworks/base/docs/html/training/location/ |
D | receive-location-updates.jd | 154 block, which is an accuracy of approximately 100 meters. This is
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 925 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/ |
D | android-4.0-highlights.jd | 904 monitors, blood meters, thermometers, and scales. </p>
|
D | jelly-bean.jd | 170 meters, game controllers, remote controls, health devices, and more.
|
D | android-4.0.jd | 713 blood meters, thermometers, and scales.</p>
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 1156 <td>Specify longitude and latitude in decimal degrees. Specify altitude in meters.</td>
|