Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2217 T convertedValue = null; in convertStrings() local
2219 convertedValue = converter.apply(configString); in convertStrings()
2224 if (convertedValue != null) { in convertStrings()
2225 convertedValues.add(convertedValue); in convertStrings()