Home
last modified time | relevance | path

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

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