Searched refs:CAP_NET_RAW (Results 1 – 7 of 7) sorted by relevance
92 assertEquals(13, OsConstants.CAP_NET_RAW); in test_CAP_constants()135 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_NET_RAW)); in test_CAP_TO_INDEX()176 assertEquals(1 << 13, CAP_TO_MASK(OsConstants.CAP_NET_RAW)); in test_CAP_TO_MASK()
640 OsConstants.CAP_NET_RAW, in forkSystemServer()
215 public static final int CAP_NET_RAW = placeholder(); field in OsConstants
129 initConstant(env, c, "CAP_NET_RAW", CAP_NET_RAW); in OsConstants_initConstants()
2226 capabilities |= (1LL << CAP_NET_RAW); in CalculateCapabilities()2236 capabilities |= (1LL << CAP_NET_RAW); in CalculateCapabilities()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27684 field public static final int CAP_NET_RAW;