Home
last modified time | relevance | path

Searched refs:GPS_DELETE_POSITION (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java154 private static final int GPS_DELETE_POSITION = 0x0004; field in GnssLocationProvider
1233 if (extras.getBoolean("position")) flags |= GPS_DELETE_POSITION; in deleteAidingData()