Home
last modified time | relevance | path

Searched refs:MAX_NET_CAPABILITY (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkCapabilities.java153 private static final int MAX_NET_CAPABILITY = NET_CAPABILITY_NOT_RESTRICTED; field in NetworkCapabilities
165 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) { in addCapability()
180 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) { in removeCapability()
205 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) { in hasCapability()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkCapabilities.java505 private static final int MAX_NET_CAPABILITY = NET_CAPABILITY_HEAD_UNIT; field in NetworkCapabilities
2176 return capability >= MIN_NET_CAPABILITY && capability <= MAX_NET_CAPABILITY; in isValidCapability()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt615 Landroid/net/NetworkCapabilities;->MAX_NET_CAPABILITY:I