Home
last modified time | relevance | path

Searched refs:NET_CAPABILITY_OEM_PAID (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/net/common/java/android/net/
DNetworkCapabilitiesTest.java32 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()
/frameworks/base/core/java/android/net/
DNetworkCapabilities.java169 NET_CAPABILITY_OEM_PAID,
325 public static final int NET_CAPABILITY_OEM_PAID = 22; field in NetworkCapabilities
407 (1 << NET_CAPABILITY_OEM_PAID);
1913 case NET_CAPABILITY_OEM_PAID: return "OEM_PAID"; in capabilityNameOf()
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java4 import static android.net.NetworkCapabilities.NET_CAPABILITY_OEM_PAID;
377 .addUnwantedCapability(NET_CAPABILITY_OEM_PAID) in testRequiredNetwork()
/frameworks/base/api/
Dsystem-current.txt4579 field public static final int NET_CAPABILITY_OEM_PAID = 22; // 0x16
/frameworks/base/non-updatable-api/
Dsystem-current.txt4579 field public static final int NET_CAPABILITY_OEM_PAID = 22; // 0x16