Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java107 assertEquals(28, OsConstants.CAP_LEASE); in test_CAP_constants()
150 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_LEASE)); in test_CAP_TO_INDEX()
191 assertEquals(1 << 28, CAP_TO_MASK(OsConstants.CAP_LEASE)); in test_CAP_TO_MASK()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java207 public static final int CAP_LEASE = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp121 initConstant(env, c, "CAP_LEASE", CAP_LEASE); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27676 field public static final int CAP_LEASE;