Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DFakeMobileIconsInteractor.kt52 private val interactorCache: MutableMap<Int, FakeMobileIconInteractor> = mutableMapOf() constant
89 interactorCache[subId] = it in getMobileConnectionInteractorForSubId()
91 icons.value = interactorCache.values.toList() in getMobileConnectionInteractorForSubId()
100 return interactorCache[subId] in getInteractorForSubId()