Searched refs:NET_CAPABILITY_OEM_PAID (Results 1 – 5 of 5) sorted by relevance
32 import static android.net.NetworkCapabilities.NET_CAPABILITY_OEM_PAID;339 assertFalse(nc.hasUnwantedCapability(NET_CAPABILITY_OEM_PAID)); in testOemPaid()340 assertFalse(nc.hasCapability(NET_CAPABILITY_OEM_PAID)); in testOemPaid()345 nc.addCapability(NET_CAPABILITY_OEM_PAID); in testOemPaid()348 assertTrue(nc.hasCapability(NET_CAPABILITY_OEM_PAID)); in testOemPaid()353 nr.addCapability(NET_CAPABILITY_OEM_PAID); in testOemPaid()794 nc.addCapability(NET_CAPABILITY_OEM_PAID); in testDeduceRestrictedCapability()799 nc.removeCapability(NET_CAPABILITY_OEM_PAID); in testDeduceRestrictedCapability()
169 NET_CAPABILITY_OEM_PAID,325 public static final int NET_CAPABILITY_OEM_PAID = 22; field in NetworkCapabilities407 (1 << NET_CAPABILITY_OEM_PAID);1913 case NET_CAPABILITY_OEM_PAID: return "OEM_PAID"; in capabilityNameOf()
4 import static android.net.NetworkCapabilities.NET_CAPABILITY_OEM_PAID;377 .addUnwantedCapability(NET_CAPABILITY_OEM_PAID) in testRequiredNetwork()
4579 field public static final int NET_CAPABILITY_OEM_PAID = 22; // 0x16