Searched refs:NET_CAPABILITY_IA (Results 1 – 5 of 5) sorted by relevance
240 NET_CAPABILITY_IA,315 public static final int NET_CAPABILITY_IA = 7; field in NetworkCapabilities2115 case NET_CAPABILITY_IA: return "IA"; in capabilityNameOf()
269 sCapabilityNames.put(NetworkCapabilities.NET_CAPABILITY_IA, "[IA]"); in sCapabilityNames.put() argument
313 field public static final int NET_CAPABILITY_IA = 7; // 0x7
674 Landroid/net/NetworkCapabilitiesProto;->NET_CAPABILITY_IA:I
81 import static android.net.NetworkCapabilities.NET_CAPABILITY_IA;3205 || capability == NET_CAPABILITY_IA || capability == NET_CAPABILITY_IMS in tryNetworkFactoryRequests()3333 tryNetworkFactoryRequests(NET_CAPABILITY_IA); in testNetworkFactoryRequests()