Searched refs:hasBearing (Results 1 – 10 of 10) sorted by relevance
661 public boolean hasBearing() { in hasBearing() method in Location912 && hasBearing() == location.hasBearing() in equals()913 && (!hasBearing() || Float.compare(location.mBearingDegrees, mBearingDegrees) == 0) in equals()983 if (hasBearing()) { in toString()1030 if (l.hasBearing()) {1083 if (hasBearing()) { in writeToParcel()
68 if (entry.getLocation().hasBearing()) { in getOutput()
186 if (mLocation.hasBearing()) { in getAsContentValues()
83 assertThat(coarse.hasBearing()).isFalse(); in testCoarsen()
283 if (location.hasBearing()) { in run()
635 | (location.hasBearing() ? GNSS_LOCATION_HAS_BEARING : 0) in injectLocation()675 | (location.hasBearing() ? GNSS_LOCATION_HAS_BEARING : 0) in injectBestLocation()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10577 HSPLandroid/location/Location;->hasBearing()Z
10580 HSPLandroid/location/Location;->hasBearing()Z
20798 method public boolean hasBearing();