Searched refs:SecureHTTP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUSocketFactory.java49 private static final String SecureHTTP = "https"; field in class:OSUSocketFactory
83 if (enforceSecurity && !url.getProtocol().equalsIgnoreCase(SecureHTTP)) {
100 case SecureHTTP:

Completed in 3710 milliseconds