Searched refs:NET_CAPABILITY_CAPTIVE_PORTAL (Results 1 – 9 of 9) sorted by relevance
183 public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; field in NetworkCapabilities204 (1 << NET_CAPABILITY_CAPTIVE_PORTAL) |334 if (hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) return "NET_CAPABILITY_CAPTIVE_PORTAL"; in describeFirstNonRequestableCapability()861 case NET_CAPABILITY_CAPTIVE_PORTAL: capabilities += "CAPTIVE_PORTAL"; break; in toString()
248 NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL); in noteLingerDefaultNetwork()
26 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;
1595 builder.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testNoMutableNetworkRequests()1671 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortal()1720 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testAvoidOrIgnoreCaptivePortals()
800 if (nc.hasCapability(nc.NET_CAPABILITY_CAPTIVE_PORTAL)) { in getSummary()
26 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;2157 if (networkCapabilities.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL) || in maybeHandleNetworkAgentMessage()4654 networkCapabilities.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in updateCapabilities()4656 networkCapabilities.removeCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in updateCapabilities()
23689 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11
25522 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11
23763 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11