Searched refs:FakeMobileIconInteractor (Results 1 – 3 of 3) sorted by relevance
52 private val interactorCache: MutableMap<Int, FakeMobileIconInteractor> = mutableMapOf()84 return FakeMobileIconInteractor(tableLogBuffer).also { interactorCache[subId] = it }91 fun getInteractorForSubId(subId: Int): FakeMobileIconInteractor? {
27 class FakeMobileIconInteractor( regex
34 import com.android.systemui.statusbar.pipeline.mobile.domain.interactor.FakeMobileIconInteractor66 private lateinit var interactor: FakeMobileIconInteractor89 interactor = FakeMobileIconInteractor(tableLogBuffer)