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.java2255 T convertedValue = null; in convertStrings() local
2257 convertedValue = converter.apply(configString); in convertStrings()
2262 if (convertedValue != null) { in convertStrings()
2263 convertedValues.add(convertedValue); in convertStrings()