Searched refs:FakeMobileIconInteractor (Results 1 – 3 of 3) sorted by relevance
52 private val interactorCache: MutableMap<Int, FakeMobileIconInteractor> = mutableMapOf()87 override fun getMobileConnectionInteractorForSubId(subId: Int): FakeMobileIconInteractor { in getMobileConnectionInteractorForSubId()88 return FakeMobileIconInteractor(tableLogBuffer).also { in getMobileConnectionInteractorForSubId()99 fun getInteractorForSubId(subId: Int): FakeMobileIconInteractor? { in getInteractorForSubId()
27 class FakeMobileIconInteractor( class
37 import com.android.systemui.statusbar.pipeline.mobile.domain.interactor.FakeMobileIconInteractor70 private lateinit var interactor: FakeMobileIconInteractor94 interactor = FakeMobileIconInteractor(tableLogBuffer) in setUp()