OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasAccuracy
(Results
1 - 6
of
6
) sorted by null
/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
());
/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
()
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 188 milliseconds