Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssConfiguration.java290 loadPropertiesFromGpsDebugConfig(mProperties, DEBUG_PROPERTIES_VENDOR_FILE); in reloadGpsProperties()
291 loadPropertiesFromGpsDebugConfig(mProperties, DEBUG_PROPERTIES_SYSTEM_FILE); in reloadGpsProperties()
398 private void loadPropertiesFromGpsDebugConfig(Properties properties, String filePath) { in loadPropertiesFromGpsDebugConfig() method in GnssConfiguration