Searched refs:NET_CAPABILITY_EIMS (Results 1 – 6 of 6) sorted by relevance
24 import static android.net.NetworkCapabilities.NET_CAPABILITY_EIMS;127 netCap.addCapability(NET_CAPABILITY_EIMS); in testMaybeMarkCapabilitiesRestricted()133 netCap.addCapability(NET_CAPABILITY_EIMS); in testMaybeMarkCapabilitiesRestricted()140 netCap.addCapability(NET_CAPABILITY_EIMS); in testMaybeMarkCapabilitiesRestricted()145 netCap.addCapability(NET_CAPABILITY_EIMS); in testMaybeMarkCapabilitiesRestricted()153 netCap.addCapability(NET_CAPABILITY_EIMS); in testMaybeMarkCapabilitiesRestricted()159 netCap.addCapability(NET_CAPABILITY_EIMS); in testMaybeMarkCapabilitiesRestricted()313 .addCapability(NET_CAPABILITY_EIMS) in testParcelNetworkCapabilities()332 .addCapability(NET_CAPABILITY_EIMS) in testParcelNetworkCapabilitiesWithRequestorUidAndPackageName()356 .addCapability(NET_CAPABILITY_EIMS) in createNetworkCapabilitiesWithTransportInfo()[all …]
243 NET_CAPABILITY_EIMS,334 public static final int NET_CAPABILITY_EIMS = 10; field in NetworkCapabilities2118 case NET_CAPABILITY_EIMS: return "EIMS"; in capabilityNameOf()
266 sCapabilityNames.put(NetworkCapabilities.NET_CAPABILITY_EIMS, "[EIMS]"); in sCapabilityNames.put() argument
308 field public static final int NET_CAPABILITY_EIMS = 10; // 0xa
671 Landroid/net/NetworkCapabilitiesProto;->NET_CAPABILITY_EIMS:I
77 import static android.net.NetworkCapabilities.NET_CAPABILITY_EIMS;3204 || capability == NET_CAPABILITY_EIMS || capability == NET_CAPABILITY_FOTA in tryNetworkFactoryRequests()3337 tryNetworkFactoryRequests(NET_CAPABILITY_EIMS); in testNetworkFactoryRequests()