Searched refs:NET_CAPABILITY_CAPTIVE_PORTAL (Results 1 – 10 of 10) sorted by relevance
20 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;346 nc.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testConnectivityManagedCapabilities()348 nc.removeCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testConnectivityManagedCapabilities()410 nc1.addUnwantedCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testCombineCapabilities()416 assertTrue(nc2.hasUnwantedCapability(NET_CAPABILITY_CAPTIVE_PORTAL)); in testCombineCapabilities()562 nc1.addUnwantedCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in testSet()568 assertTrue(nc2.hasUnwantedCapability(NET_CAPABILITY_CAPTIVE_PORTAL)); in testSet()
13 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;159 if (networkCapabilities.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) { in updateStatusLabel()
1564 if (nc.hasCapability(nc.NET_CAPABILITY_CAPTIVE_PORTAL)) { in getSummary()
141 NET_CAPABILITY_CAPTIVE_PORTAL,262 public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; field in NetworkCapabilities328 | (1 << NET_CAPABILITY_CAPTIVE_PORTAL)392 | (1 << NET_CAPABILITY_CAPTIVE_PORTAL)1650 case NET_CAPABILITY_CAPTIVE_PORTAL: return "CAPTIVE_PORTAL"; in capabilityNameOf()
250 NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL); in noteLingerDefaultNetwork()
108 NET_CAPABILITY_CAPTIVE_PORTAL = 17; enumerator
43 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;2594 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL) in testNoMutableNetworkRequests()2799 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortalOnPartialConnectivity()2848 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortal()2900 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testCaptivePortalApp()2958 .addCapability(NET_CAPABILITY_CAPTIVE_PORTAL).build(); in testAvoidOrIgnoreCaptivePortals()5003 mCellNetworkAgent.addCapability(NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL); in testStatsIfacesChanged()
31 import static android.net.NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL;3478 if (!nai.networkCapabilities.hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) return; in startCaptivePortalApp()5767 newNc.addCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in mixInCapabilities()5769 newNc.removeCapability(NET_CAPABILITY_CAPTIVE_PORTAL); in mixInCapabilities()
28780 field public static final int NET_CAPABILITY_CAPTIVE_PORTAL = 17; // 0x11
47612 Landroid/net/NetworkCapabilitiesProto;->NET_CAPABILITY_CAPTIVE_PORTAL:I