Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java901 return mAllowStoppingUserWithDelayedLocking; in getAllowStoppingUserWithDelayedLocking()
904 return mDefaultProperties.mAllowStoppingUserWithDelayedLocking; in getAllowStoppingUserWithDelayedLocking()
911 this.mAllowStoppingUserWithDelayedLocking = val; in setAllowStoppingUserWithDelayedLocking()
914 private boolean mAllowStoppingUserWithDelayedLocking; field in UserProperties
1273 mAllowStoppingUserWithDelayedLocking); in writeToXml()
1314 dest.writeBoolean(mAllowStoppingUserWithDelayedLocking); in writeToParcel()
1343 mAllowStoppingUserWithDelayedLocking = source.readBoolean(); in UserProperties()
1393 private boolean mAllowStoppingUserWithDelayedLocking = false; field in UserProperties.Builder
1520 mAllowStoppingUserWithDelayedLocking = in setAllowStoppingUserWithDelayedLocking()
1594 mAllowStoppingUserWithDelayedLocking, in build()