Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxyKosmos.kt30 var Kosmos.systemBarUtilsProxy: SystemBarUtilsProxy by Fixture { fakeSystemBarUtilsProxy } in <lambda>()
50 var Kosmos.fakeSystemBarUtilsProxy by Fixture { in <lambda>() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelTest.kt42 import com.android.systemui.statusbar.ui.fakeSystemBarUtilsProxy
238 fakeSystemBarUtilsProxy.fakeKeyguardStatusBarHeight = KEYGUARD_STATUS_BAR_HEIGHT in testSmallClockTop_splitShade_composeLockscreenOn()
253 fakeSystemBarUtilsProxy.fakeKeyguardStatusBarHeight = KEYGUARD_STATUS_BAR_HEIGHT in testSmallClockTop_splitShade_composeLockscreenOff()
266 fakeSystemBarUtilsProxy.fakeKeyguardStatusBarHeight = KEYGUARD_STATUS_BAR_HEIGHT in testSmallClockTop_nonSplitShade_composeLockscreenOn()
279 fakeSystemBarUtilsProxy.fakeKeyguardStatusBarHeight = KEYGUARD_STATUS_BAR_HEIGHT in testSmallClockTop_nonSplitShade_composeLockscreenOff()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSectionTest.kt45 import com.android.systemui.statusbar.ui.fakeSystemBarUtilsProxy in <lambda>()
67 kosmos.fakeSystemBarUtilsProxy.getStatusBarHeight() + in <lambda>()