Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssConfiguration.java65 private static final String CONFIG_LPP_PROFILE = "LPP_PROFILE"; field in GnssConfiguration
174 return mProperties.getProperty(CONFIG_LPP_PROFILE); in getLppProfile()
227 mProperties.setProperty(CONFIG_LPP_PROFILE, lpp_prof); in reloadGpsProperties()
255 put(CONFIG_LPP_PROFILE, GnssConfiguration::native_set_lpp_profile); in reloadGpsProperties()
297 getIntConfig(CONFIG_LPP_PROFILE, 0), in logConfigurations()