Searched refs:LOCK_SCREEN_LOCK_AFTER_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
19 import static android.provider.Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT;731 when(mSecureSettings.getIntForUser(LOCK_SCREEN_LOCK_AFTER_TIMEOUT, in lockAfterScreenTimeoutUsesValueFromSettings()
20 import static android.provider.Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT;1862 final long lockAfterTimeout = mSecureSettings.getIntForUser(LOCK_SCREEN_LOCK_AFTER_TIMEOUT,
711 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT,
2297 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, in dumpProtoSecureSettingsLocked()
8306 … public static final String LOCK_SCREEN_LOCK_AFTER_TIMEOUT = "lock_screen_lock_after_timeout"; field in Settings.Secure