Searched refs:bearing (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerEntry.java | 229 Float bearing = getNullableFloat(cursor, BEARING); in createEntry() local 230 if (bearing != null) { in createEntry() 231 location.setBearing(bearing); in createEntry()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
D | FakeGnssHal.java | 438 double longitude, double altitude, float speed, float bearing, float horizontalAccuracy, in injectLocation() argument 450 double longitude, double altitude, float speed, float bearing, float horizontalAccuracy, in injectBestLocation() argument 466 mState.mInjectedBestLocation.setBearing(bearing); in injectBestLocation()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 1405 double longitude, double altitude, float speed, float bearing, in injectLocation() argument 1410 bearing, horizontalAccuracy, verticalAccuracy, speedAccuracy, bearingAccuracy, in injectLocation() 1416 double longitude, double altitude, float speed, float bearing, in injectBestLocation() argument 1421 bearing, horizontalAccuracy, verticalAccuracy, speedAccuracy, bearingAccuracy, in injectBestLocation()
|
/frameworks/base/ravenwood/ |
D | api-maintainers.md | 9 These Ravenwood-specific annotations have no bearing on the status of an API being public, `@System…
|