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/
DGnssConfiguration.java55 private static final String DEBUG_PROPERTIES_FILE = "/etc/gps_debug.conf"; field in GnssConfiguration
341 File file = new File(DEBUG_PROPERTIES_FILE); in loadPropertiesFromGpsDebugConfig()
350 if (DEBUG) Log.d(TAG, "Could not open GPS configuration file " + DEBUG_PROPERTIES_FILE); in loadPropertiesFromGpsDebugConfig()