Searched refs:providerValue (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 2073 final CaptivePortalProbeSpec[] providerValue = TextUtils.isEmpty(settingsValue) in makeCaptivePortalFallbackProbeSpecs() local 2077 return getProbeUrlArrayConfig(providerValue, in makeCaptivePortalFallbackProbeSpecs() 2171 private <T> T[] getProbeUrlArrayConfig(@NonNull T[] providerValue, @ArrayRes int configResId, in getProbeUrlArrayConfig() argument 2174 return getProbeUrlArrayConfig(providerValue, configResId, res.getStringArray(defaultResId), in getProbeUrlArrayConfig() 2189 private <T> T[] getProbeUrlArrayConfig(@NonNull T[] providerValue, @ArrayRes int configResId, in getProbeUrlArrayConfig() argument 2195 if (providerValue.length > 0) { in getProbeUrlArrayConfig() 2196 return providerValue; in getProbeUrlArrayConfig() 2202 return convertStrings(configValue, resourceConverter, Arrays.copyOf(providerValue, 0)); in getProbeUrlArrayConfig()
|