Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCarrierInfoStoreManagerData.java136 stringMapToIntegerMap((Map<String, Boolean>) value)); in parseWifiCarrierInfoStoreMaps()
142 stringMapToIntegerMap((Map<String, Boolean>) value)); in parseWifiCarrierInfoStoreMaps()
165 private Map<Integer, Boolean> stringMapToIntegerMap(Map<String, Boolean> input) { in stringMapToIntegerMap() method in WifiCarrierInfoStoreManagerData
H A DImsiPrivacyProtectionExemptionStoreData.java115 return stringMapToIntegerMap(protectionExemptionMap); in parseCarrierImsiProtectionExemptionMap()
127 private Map<Integer, Boolean> stringMapToIntegerMap(Map<String, Boolean> input) { in stringMapToIntegerMap() method in ImsiPrivacyProtectionExemptionStoreData