Searched refs:LOCATION_HAS_BEARING (Results 1 – 2 of 2) sorted by relevance
144 private static final int LOCATION_HAS_BEARING = 8; field in GnssLocationProvider1474 if ((flags & LOCATION_HAS_BEARING) == LOCATION_HAS_BEARING) { in reportLocation()1750 if((flags & LOCATION_HAS_BEARING) == LOCATION_HAS_BEARING) {
86 private static final int LOCATION_HAS_BEARING = 8; field in GeofenceHardwareImpl