Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java497 private URL[] mCaptivePortalHttpUrls; field in NetworkMonitor
996 + " and HTTP URL " + Arrays.toString(mCaptivePortalHttpUrls)); in enter()
2092 mCaptivePortalHttpUrls, mCaptivePortalHttpUrls.length); in enter()
4165 if (!Arrays.equals(mCaptivePortalHttpUrls, captivePortalHttpUrls)) { in checkAndRenewResourceConfig()
4166 mCaptivePortalHttpUrls = captivePortalHttpUrls; in checkAndRenewResourceConfig()
4169 + Arrays.toString(mCaptivePortalHttpUrls)); in checkAndRenewResourceConfig()