Searched refs:subIdRepos (Results 1 – 1 of 1) sorted by relevance
78 private val subIdRepos = mutableMapOf<Int, MobileConnectionRepository>() constant81 return subIdRepos[subId] in getRepoForSubId()86 .also { subIdRepos[subId] = it } in getRepoForSubId()120 connections.forEach { entry -> subIdRepos[entry.key] = entry.value } in setMobileConnectionRepositoryMap()