OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasBearing
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
LocationTest.java
385
method = "
hasBearing
",
401
assertFalse(location.
hasBearing
());
405
assertTrue(location.
hasBearing
());
409
assertTrue(location.
hasBearing
());
413
assertTrue(location.
hasBearing
());
417
assertFalse(location.
hasBearing
());
604
assertFalse(location.
hasBearing
());
/frameworks/base/location/java/android/location/
Location.java
98
*
hasBearing
are false; and there is no extra information.
585
public boolean
hasBearing
() {
591
* North. If
hasBearing
() is false, 0.0 is returned.
598
* Sets the bearing of this fix. Following this call,
hasBearing
()
613
* Clears the bearing of this fix. Following this call,
hasBearing
()
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 20 milliseconds