OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasaccuracy
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
CSVFormatter.java
52
if (entry.getLocation().
hasAccuracy
()) {
TrackerEntry.java
177
if (mLocation.
hasAccuracy
()) {
/cts/tests/tests/location/src/android/location/cts/
LocationTest.java
315
method = "
hasAccuracy
",
331
assertFalse(location.
hasAccuracy
());
335
assertTrue(location.
hasAccuracy
());
339
assertFalse(location.
hasAccuracy
());
606
assertFalse(location.
hasAccuracy
());
/external/webkit/WebCore/platform/android/
GeolocationServiceBridge.cpp
215
env->GetMethodID(javaLocationClass, "
hasAccuracy
", "()Z");
/frameworks/base/location/java/android/location/
Location.java
625
public boolean
hasAccuracy
() {
630
* Returns the accuracy of the fix in meters. If
hasAccuracy
() is false,
638
* Sets the accuracy of this fix. Following this call,
hasAccuracy
()
647
* Clears the accuracy of this fix. Following this call,
hasAccuracy
()
/frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java
559
if (location.
hasAccuracy
()) {
[
all
...]
Completed in 142 milliseconds