Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkCapabilities.java186 private static final int MAX_NET_CAPABILITY = NET_CAPABILITY_CAPTIVE_PORTAL; field in NetworkCapabilities
255 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) { in addCapability()
270 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) { in removeCapability()
295 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) { in hasCapability()