Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java161 private static final int GPS_DELETE_CELLDB_INFO = 0x8000; field in GnssLocationProvider
1207 if (extras.getBoolean("celldb-info")) flags |= GPS_DELETE_CELLDB_INFO; in deleteAidingData()