Searched refs:startableA (Results 1 – 1 of 1) sorted by relevance
71 private val startableA = StartableA() constant in com.android.systemui.SystemUIApplicationTest105 .thenReturn(mutableMapOf(StartableA::class.java to Provider { startableA })) in testStartServices_singleService()108 assertThat(startableA.started).isTrue() in testStartServices_singleService()116 StartableA::class.java to Provider { startableA }, in testStartServices_twoServices()122 assertThat(startableA.started).isTrue() in testStartServices_twoServices()132 StartableA::class.java to Provider { startableA }, in testStartServices_simpleDependency()138 assertThat(startableA.started).isTrue() in testStartServices_simpleDependency()141 assertThat(startableC.order).isGreaterThan(startableA.order) in testStartServices_simpleDependency()152 StartableA::class.java to Provider { startableA }, in testStartServices_complexDependency()158 assertThat(startableA.started).isTrue() in testStartServices_complexDependency()[all …]