Searched refs:CAP_NET_BIND_SERVICE (Results 1 – 7 of 7) sorted by relevance
89 assertEquals(10, OsConstants.CAP_NET_BIND_SERVICE); in test_CAP_constants()132 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_NET_BIND_SERVICE)); in test_CAP_TO_INDEX()173 assertEquals(1 << 10, CAP_TO_MASK(OsConstants.CAP_NET_BIND_SERVICE)); in test_CAP_TO_MASK()
638 OsConstants.CAP_NET_BIND_SERVICE, in forkSystemServer()
213 public static final int CAP_NET_BIND_SERVICE = placeholder(); field in OsConstants
127 initConstant(env, c, "CAP_NET_BIND_SERVICE", CAP_NET_BIND_SERVICE); in OsConstants_initConstants()
2227 capabilities |= (1LL << CAP_NET_BIND_SERVICE); in CalculateCapabilities()2235 capabilities |= (1LL << CAP_NET_BIND_SERVICE); in CalculateCapabilities()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27682 field public static final int CAP_NET_BIND_SERVICE;