Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssConfiguration.java56 private static final String DEBUG_PROPERTIES_FILE = "/etc/gps_debug.conf"; field in GnssConfiguration
342 File file = new File(DEBUG_PROPERTIES_FILE); in loadPropertiesFromGpsDebugConfig()
351 if (DEBUG) Log.d(TAG, "Could not open GPS configuration file " + DEBUG_PROPERTIES_FILE); in loadPropertiesFromGpsDebugConfig()