Searched refs:NET_CAPABILITY_CAPTIVE_PORTAL (Results 1 – 7 of 7) sorted by relevance
188 public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; field in NetworkCapabilities209 (1 << NET_CAPABILITY_CAPTIVE_PORTAL) |325 if (hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) return "NET_CAPABILITY_CAPTIVE_PORTAL"; in describeFirstNonRequestableCapability()865 case NET_CAPABILITY_CAPTIVE_PORTAL: capabilities += "CAPTIVE_PORTAL"; break; in toString()
248 NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL); in noteLingerDefaultNetwork()
1733 builder.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testNoMutableNetworkRequests()1809 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortal()1860 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortalApp()1906 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testAvoidOrIgnoreCaptivePortals()
26 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;2022 if (networkCapabilities.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL) || in maybeHandleNetworkAgentMessage()2648 if (!nai.networkCapabilities.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) return; in startCaptivePortalApp()4549 networkCapabilities.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in updateCapabilities()4551 networkCapabilities.removeCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in updateCapabilities()
1098 if (nc.hasCapability(nc.NET_CAPABILITY_CAPTIVE_PORTAL)) { in getSummary()
25569 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11
27765 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11