Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionsRepository.kt78 private val subIdRepos = mutableMapOf<Int, MobileConnectionRepository>() constant
81 return subIdRepos[subId] in getRepoForSubId()
86 .also { subIdRepos[subId] = it } in getRepoForSubId()
120 connections.forEach { entry -> subIdRepos[entry.key] = entry.value } in setMobileConnectionRepositoryMap()