Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/captiveportal/
DCaptivePortalProbeSpec.java116 public static CaptivePortalProbeSpec[] parseCaptivePortalProbeSpecs(String settingsVal) { in parseCaptivePortalProbeSpecs() argument
118 if (settingsVal != null) { in parseCaptivePortalProbeSpecs()
119 for (String spec : TextUtils.split(settingsVal, SPEC_SEPARATOR)) { in parseCaptivePortalProbeSpecs()
129 Log.e(TAG, String.format("could not create any validation spec from %s", settingsVal)); in parseCaptivePortalProbeSpecs()