Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/
DNetworkCapabilitiesTest.java30 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()
/frameworks/base/core/java/android/net/
DNetworkCapabilities.java146 NET_CAPABILITY_OEM_PAID,
301 public static final int NET_CAPABILITY_OEM_PAID = 22; field in NetworkCapabilities
374 (1 << NET_CAPABILITY_OEM_PAID);
1655 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.txt4110 field public static final int NET_CAPABILITY_OEM_PAID = 22; // 0x16