Searched refs:hasBearingAccuracy (Results 1 – 6 of 6) sorted by relevance
681 public boolean hasBearingAccuracy() { in hasBearingAccuracy() method in Location839 && hasBearingAccuracy() == location.hasBearingAccuracy() in equals()840 && (!hasBearingAccuracy() || Float.compare(location.mBearingAccuracyDegrees, in equals()887 if (hasBearingAccuracy()) { in toString()944 if (l.hasBearingAccuracy()) {991 if (hasBearingAccuracy()) { in writeToParcel()
285 if (location.hasBearingAccuracy()) { in run()
638 | (location.hasBearingAccuracy() ? GNSS_LOCATION_HAS_BEARING_ACCURACY : 0); in injectLocation()678 | (location.hasBearingAccuracy() ? GNSS_LOCATION_HAS_BEARING_ACCURACY : 0); in injectBestLocation()
10390 HSPLandroid/location/Location;->hasBearingAccuracy()Z
10392 HSPLandroid/location/Location;->hasBearingAccuracy()Z
19536 method public boolean hasBearingAccuracy();