Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSystemUIApplicationTest.kt58 class StartableA : TestableStartable()
59 class StartableB : TestableStartable()
60 class StartableC : TestableStartable()
61 class StartableD : TestableStartable()
62 class StartableE : TestableStartable()
170 open class TestableStartable : CoreStartable { class in com.android.systemui.SystemUIApplicationTest