Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java109 assertEquals(30, OsConstants.CAP_AUDIT_CONTROL); in test_CAP_constants()
152 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_AUDIT_CONTROL)); in test_CAP_TO_INDEX()
193 assertEquals(1 << 30, CAP_TO_MASK(OsConstants.CAP_AUDIT_CONTROL)); in test_CAP_TO_MASK()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java195 public static final int CAP_AUDIT_CONTROL = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp109 initConstant(env, c, "CAP_AUDIT_CONTROL", CAP_AUDIT_CONTROL); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27664 field public static final int CAP_AUDIT_CONTROL;