Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewModule.java31 static KeyguardClockSwitch getKeyguardClockSwitch(KeyguardStatusView keyguardPresentation) { in getKeyguardClockSwitch() argument
32 return keyguardPresentation.findViewById(R.id.keyguard_clock_container); in getKeyguardClockSwitch()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPresentationTest.java111 KeyguardPresentation keyguardPresentation = new KeyguardPresentation(mContext, display, in testInflation_doesntCrash() local
113 keyguardPresentation.onCreate(null /*savedInstanceState */); in testInflation_doesntCrash()