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

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

Completed in 22 milliseconds