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/gnss/
DGnssConfiguration.java66 private static final String CONFIG_LPP_PROFILE = "LPP_PROFILE"; field in GnssConfiguration
175 return mProperties.getProperty(CONFIG_LPP_PROFILE); in getLppProfile()
228 mProperties.setProperty(CONFIG_LPP_PROFILE, lpp_prof); in reloadGpsProperties()
256 put(CONFIG_LPP_PROFILE, GnssConfiguration::native_set_lpp_profile); in reloadGpsProperties()
298 getIntConfig(CONFIG_LPP_PROFILE, 0), in logConfigurations()