Searched refs:CAP_WAKE_ALARM (Results 1 – 7 of 7) sorted by relevance
114 assertEquals(35, OsConstants.CAP_WAKE_ALARM); in test_CAP_constants()157 assertEquals(1, CAP_TO_INDEX(OsConstants.CAP_WAKE_ALARM)); in test_CAP_TO_INDEX()198 assertEquals(1 << 3, CAP_TO_MASK(OsConstants.CAP_WAKE_ALARM)); in test_CAP_TO_MASK()
646 OsConstants.CAP_WAKE_ALARM, in forkSystemServer()
232 public static final int CAP_WAKE_ALARM = placeholder(); field in OsConstants
146 initConstant(env, c, "CAP_WAKE_ALARM", CAP_WAKE_ALARM); in OsConstants_initConstants()
2224 capabilities |= (1LL << CAP_WAKE_ALARM); in CalculateCapabilities()2232 capabilities |= (1LL << CAP_WAKE_ALARM); in CalculateCapabilities()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27701 field public static final int CAP_WAKE_ALARM;