Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchTest.java72 ClockFaceController mLargeClock; field in KeyguardClockSwitchTest
88 when(mClock.getLargeClock()).thenReturn(mLargeClock); in setUp()
91 when(mLargeClock.getView()).thenReturn(new TextView(getContext())); in setUp()