Searched refs:mScheme (Results 1 – 3 of 3) sorted by relevance
44 private String mScheme; field in WebAddress70 mScheme = ""; in WebAddress()80 if (t != null) mScheme = t.toLowerCase(Locale.ROOT); in WebAddress()112 if (mPort == 443 && mScheme.equals("")) { in WebAddress()113 mScheme = "https"; in WebAddress()115 if (mScheme.equals("https")) in WebAddress()120 if (mScheme.equals("")) mScheme = "http"; in WebAddress()126 if ((mPort != 443 && mScheme.equals("https")) || in toString()127 (mPort != 80 && mScheme.equals("http"))) { in toString()135 return mScheme + "://" + authInfo + mHost + port + mPath; in toString()
81 private String mScheme; field in WifiQrCode98 mScheme = SCHEME_DPP; in WifiQrCode()101 mScheme = SCHEME_ZXING_WIFI_NETWORK_CONFIG; in WifiQrCode()212 return mScheme; in getScheme()
78 private String mScheme; field in WifiQrCode95 mScheme = SCHEME_DPP; in WifiQrCode()98 mScheme = SCHEME_ZXING_WIFI_NETWORK_CONFIG; in WifiQrCode()209 return mScheme; in getScheme()