Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractorTest.kt34 import com.android.systemui.qs.footer.FooterActionsTestUtils
55 private lateinit var utils: FooterActionsTestUtils
59 utils = FooterActionsTestUtils(context, TestableLooper.get(this), TestCoroutineScheduler())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModelTest.kt36 import com.android.systemui.qs.footer.FooterActionsTestUtils
65 private lateinit var utils: FooterActionsTestUtils
71 utils = FooterActionsTestUtils(context, TestableLooper.get(this), testScope.testScheduler)
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/
H A DFooterActionsTestUtils.kt66 class FooterActionsTestUtils( regex