Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewModule.java36 static KeyguardSliceView getKeyguardSliceView(KeyguardClockSwitch keyguardClockSwitch) { in getKeyguardSliceView() argument
37 return keyguardClockSwitch.findViewById(R.id.keyguard_slice_view); in getKeyguardSliceView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java148 KeyguardClockSwitch keyguardClockSwitch, in KeyguardClockSwitchController() argument
162 super(keyguardClockSwitch); in KeyguardClockSwitchController()