Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java44 private String mScheme; field in WebAddress
70 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()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiQrCode.java81 private String mScheme; field in WifiQrCode
98 mScheme = SCHEME_DPP; in WifiQrCode()
101 mScheme = SCHEME_ZXING_WIFI_NETWORK_CONFIG; in WifiQrCode()
212 return mScheme; in getScheme()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiQrCode.java78 private String mScheme; field in WifiQrCode
95 mScheme = SCHEME_DPP; in WifiQrCode()
98 mScheme = SCHEME_ZXING_WIFI_NETWORK_CONFIG; in WifiQrCode()
209 return mScheme; in getScheme()