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