Searched refs:NET_CAPABILITY_CAPTIVE_PORTAL (Results 1 – 7 of 7) sorted by relevance
183 public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; field in NetworkCapabilities186 private static final int MAX_NET_CAPABILITY = NET_CAPABILITY_CAPTIVE_PORTAL;197 (1 << NET_CAPABILITY_CAPTIVE_PORTAL);221 (1 << NET_CAPABILITY_CAPTIVE_PORTAL);327 if (hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) return "NET_CAPABILITY_CAPTIVE_PORTAL"; in describeFirstNonRequestableCapability()835 case NET_CAPABILITY_CAPTIVE_PORTAL: capabilities += "CAPTIVE_PORTAL"; break; in toString()
361 return caps != null && caps.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL);} }); in connectWithCaptivePortal()1280 builder.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testNoMutableNetworkRequests()1356 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortal()
26 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;
26 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;2034 if (networkCapabilities.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL) || in maybeHandleNetworkAgentMessage()4430 networkCapabilities.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in updateCapabilities()4432 networkCapabilities.removeCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in updateCapabilities()
23589 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11
23658 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11
25413 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11