Searched refs:captivePortalApiUrl (Results 1 – 3 of 3) sorted by relevance
71 public String captivePortalApiUrl; field in DhcpResults107 captivePortalApiUrl = source.captivePortalApiUrl; in DhcpResults()141 captivePortalApiUrl = null; in clear()153 if (captivePortalApiUrl != null) { in toString()154 str.append(" CaptivePortalApiUrl ").append(captivePortalApiUrl); in toString()174 && Objects.equals(captivePortalApiUrl, target.captivePortalApiUrl); in equals()199 dest.writeString(captivePortalApiUrl); in writeToParcel()215 dhcpResults.captivePortalApiUrl = in.readString(); in readFromParcel()322 return captivePortalApiUrl; in getCaptivePortalApiUrl()326 captivePortalApiUrl = url; in setCaptivePortalApiUrl()
51 results.captivePortalApiUrl = p.captivePortalApiUrl; in fromStableParcelable()
240 lp.captivePortalApiUrl = Uri.parse(apiUrl) in testCapportApi()