Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssConfiguration.java254 interface SetCarrierProperty { interface in GnssConfiguration
304 Map<String, SetCarrierProperty> map = new HashMap<String, SetCarrierProperty>(); in reloadGpsProperties()
323 for (Entry<String, SetCarrierProperty> entry : map.entrySet()) { in reloadGpsProperties()