Searched defs:LOCATION_HAS_BEARING (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java86 private static final int LOCATION_HAS_BEARING = 8; field in class:GeofenceHardwareImpl
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java141 private static final int LOCATION_HAS_BEARING = 8; field in class:GpsLocationProvider
1378 if ((flags & LOCATION_HAS_BEARING) == LOCATION_HAS_BEARING) {
1650 if((flags & LOCATION_HAS_BEARING) == LOCATION_HAS_BEARING) {

Completed in 114 milliseconds