Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardClockRepository.kt50 names = arrayOf(Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK),
78 Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java154 when(mSecureSettings.getIntForUser(Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK, 1, in testChangeToDoubleLineClockSetsSmallClock()
161 eq(Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK), in testChangeToDoubleLineClockSetsSmallClock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java273 Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK, in onViewAttached()
546 Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK, 1, in updateDoubleLineClock()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java227 Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK,
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java161 VALIDATORS.put(Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java10779 public static final String LOCKSCREEN_USE_DOUBLE_LINE_CLOCK = field in Settings.Secure