Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/ethernet/domain/
DEthernetInteractor.kt34 class EthernetInteractor class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/ethernet/domain/
DEthernetInteractorTest.kt35 private val underTest = EthernetInteractor(connectivityRepository)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DInternetTileNewImplTest.kt36 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor
71 private var ethernetInteractor = EthernetInteractor(connectivityRepository)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModel.kt30 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor in <lambda>()
62 ethernetInteractor: EthernetInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractor.kt35 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor in <lambda>()
66 ethernetInteractor: EthernetInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt33 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor
66 private val ethernetInteractor = EthernetInteractor(connectivityRepository)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt42 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor in <lambda>()
83 private val ethernetInteractor = EthernetInteractor(connectivityRepository) in <lambda>()