Home
last modified time | relevance | path

Searched defs:wifiRepository (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepositoryTest.kt490 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_carrierMerged_getsUpdates() constant
533 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_updatesWhenCarrierMergedUpdates() constant
604 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_doesNotLogUpdatesForNotActiveRepo() constant
DCarrierMergedConnectionRepositoryTest.kt52 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepositoryTest
DMobileConnectionsRepositoryTest.kt99 private lateinit var wifiRepository: WifiRepository in <lambda>() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionsRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt59 val wifiRepository: WifiRepository, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
190 private val wifiRepository: WifiRepository, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository.Factory
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DInternetTileNewImplTest.kt73 private var wifiRepository = FakeWifiRepository() variable in com.android.systemui.qs.tiles.InternetTileNewImplTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt61 private val wifiRepository = FakeWifiRepository() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java177 WifiRepository wifiRepository, in CarrierTextManager()
665 @Nullable WifiRepository wifiRepository, in Builder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/
DModernStatusBarWifiViewTest.kt71 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.ui.view.ModernStatusBarWifiViewTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/
DStatusBarPipelineModule.kt81 @Binds abstract fun wifiRepository(impl: WifiRepositorySwitcher): WifiRepository in airplaneModeRepository() method in com.android.systemui.statusbar.pipeline.dagger.StatusBarPipelineModule
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileRepositorySwitcherTest.kt83 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.MobileRepositorySwitcherTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
DWifiViewModelIconParameterizedTest.kt74 private lateinit var wifiRepository: FakeWifiRepository in <lambda>() variable in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelIconParameterizedTest
DWifiViewModelTest.kt64 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/
DWifiInteractorImplTest.kt53 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.domain.interactor.WifiInteractorImplTest