Searched refs:mIsHttps (Results 1 – 1 of 1) sorted by relevance
1159 private final boolean mIsHttps; in sendParallelHttpProbes() field in NetworkMonitor.ProbeThread1163 mIsHttps = isHttps; in sendParallelHttpProbes()1172 if (mIsHttps) { in sendParallelHttpProbes()1178 if ((mIsHttps && mResult.isSuccessful()) || (!mIsHttps && mResult.isPortal())) { in sendParallelHttpProbes()