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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java87 private static final int LOCATION_HAS_ACCURACY = 16; field in class:GeofenceHardwareImpl
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java142 private static final int LOCATION_HAS_ACCURACY = 16; field in class:GpsLocationProvider
1382 if ((flags & LOCATION_HAS_ACCURACY) == LOCATION_HAS_ACCURACY) {
1652 if((flags & LOCATION_HAS_ACCURACY) == LOCATION_HAS_ACCURACY) {

Completed in 58 milliseconds