Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java97 INDEX_ALLOW_STOPPING_USER_WITH_DELAYED_LOCKING,
120 private static final int INDEX_ALLOW_STOPPING_USER_WITH_DELAYED_LOCKING = 16; field in UserProperties
900 if (isPresent(INDEX_ALLOW_STOPPING_USER_WITH_DELAYED_LOCKING)) { in getAllowStoppingUserWithDelayedLocking()
912 setPresent(INDEX_ALLOW_STOPPING_USER_WITH_DELAYED_LOCKING); in setAllowStoppingUserWithDelayedLocking()
1271 if (isPresent(INDEX_ALLOW_STOPPING_USER_WITH_DELAYED_LOCKING)) { in writeToXml()