Searched refs:LOCK_SCREEN_OWNER_INFO_ENABLED (Results 1 – 3 of 3) sorted by relevance
201 private static final String LOCK_SCREEN_OWNER_INFO_ENABLED = field in LockPatternUtils202 Settings.Secure.LOCK_SCREEN_OWNER_INFO_ENABLED;814 setBoolean(LOCK_SCREEN_OWNER_INFO_ENABLED, enabled, userId); in setOwnerInfoEnabled()823 return getBoolean(LOCK_SCREEN_OWNER_INFO_ENABLED, false, userId); in isOwnerInfoEnabled()
100 Settings.Secure.LOCK_SCREEN_OWNER_INFO_ENABLED,
8353 public static final String LOCK_SCREEN_OWNER_INFO_ENABLED = field in Settings.Secure