Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
H A DDemoMobileConnectionsRepositoryTest.kt339 var connections: List<DemoMobileConnectionRepository>? = null
365 var connections: List<DemoMobileConnectionRepository>? = null
424 var connections: List<DemoMobileConnectionRepository>? = null
453 var connection1: DemoMobileConnectionRepository? = null
455 var connection2: DemoMobileConnectionRepository? = null
456 var connections: List<DemoMobileConnectionRepository>? = null
500 var connection1: DemoMobileConnectionRepository? = null
502 var connection2: DemoMobileConnectionRepository? = null
503 var connections: List<DemoMobileConnectionRepository>? = null
557 conn: DemoMobileConnectionRepository,
[all …]
H A DDemoMobileConnectionParameterizedTest.kt79 private lateinit var underTest: DemoMobileConnectionRepository
134 private fun TestScope.startCollection(conn: DemoMobileConnectionRepository): Job {
150 conn: DemoMobileConnectionRepository,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
H A DDemoMobileConnectionsRepository.kt171 override fun getRepoForSubId(subId: Int): DemoMobileConnectionRepository {
190 DemoMobileConnectionRepository(
338 var repo: DemoMobileConnectionRepository,
H A DDemoMobileConnectionRepository.kt53 class DemoMobileConnectionRepository( regex