Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java119 protected final View mFakeDateView = (View) (new ViewGroup(mContext) { field in KeyguardClockSwitchControllerBaseTest
138 mFakeDateView.setTag(R.id.tag_smartspace_view, new Object()); in setup()
161 when(mSmartspaceController.buildAndConnectDateView(any())).thenReturn(mFakeDateView); in setup()
H A DKeyguardClockSwitchControllerTest.java234 assertEquals(View.VISIBLE, mFakeDateView.getVisibility()); in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()
244 assertEquals(View.INVISIBLE, mFakeDateView.getVisibility()); in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()