Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceTest.java618 mockAutoLockForPrivateSpace(Settings.Secure.PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK); in testAutoLockOnDeviceLockForPrivateProfile()
640 mockAutoLockForPrivateSpace(Settings.Secure.PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK); in testAutoLockOnDeviceLockForPrivateProfile_keyguardUnlocked()
723 Settings.Secure.PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK); in testSetOrUpdateAutoLockPreference()
/frameworks/base/core/java/android/provider/
DSettings.java12556 public static final int PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK = 0; field in Settings.Secure
12568 PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK,
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java765 if (autoLockPreference == Settings.Secure.PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK) { in setOrUpdateAutoLockPreferenceForPrivateProfile()
789 autoLockPreference == Settings.Secure.PRIVATE_SPACE_AUTO_LOCK_ON_DEVICE_LOCK; in tryAutoLockingPrivateSpaceOnKeyguardChanged()