Searched refs:NET_CAPABILITY_OEM_PAID (Results 1 – 4 of 4) sorted by relevance
30 import static android.net.NetworkCapabilities.NET_CAPABILITY_OEM_PAID;280 assertFalse(nc.hasUnwantedCapability(NET_CAPABILITY_OEM_PAID)); in testOemPaid()281 assertFalse(nc.hasCapability(NET_CAPABILITY_OEM_PAID)); in testOemPaid()286 nc.addCapability(NET_CAPABILITY_OEM_PAID); in testOemPaid()289 assertTrue(nc.hasCapability(NET_CAPABILITY_OEM_PAID)); in testOemPaid()294 nr.addCapability(NET_CAPABILITY_OEM_PAID); in testOemPaid()
146 NET_CAPABILITY_OEM_PAID,301 public static final int NET_CAPABILITY_OEM_PAID = 22; field in NetworkCapabilities374 (1 << NET_CAPABILITY_OEM_PAID);1655 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()
4110 field public static final int NET_CAPABILITY_OEM_PAID = 22; // 0x16