Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2648 final CaptivePortalProbeSpec[] providerValue = TextUtils.isEmpty(settingsValue) in makeCaptivePortalFallbackProbeSpecs() local
2652 return getProbeUrlArrayConfig(context, providerValue, in makeCaptivePortalFallbackProbeSpecs()
2751 private <T> T[] getProbeUrlArrayConfig(@NonNull Context context, @NonNull T[] providerValue, in getProbeUrlArrayConfig() argument
2755 return getProbeUrlArrayConfig(context, providerValue, configResId, in getProbeUrlArrayConfig()
2772 private <T> T[] getProbeUrlArrayConfig(@NonNull Context context, @NonNull T[] providerValue, in getProbeUrlArrayConfig() argument
2779 if (providerValue.length > 0) { in getProbeUrlArrayConfig()
2780 return providerValue; in getProbeUrlArrayConfig()
2786 return convertStrings(configValue, resourceConverter, Arrays.copyOf(providerValue, 0)); in getProbeUrlArrayConfig()