/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/ |
D | WifiRepositoryKosmos.kt | 22 val Kosmos.wifiRepository: WifiRepository by Kosmos.Fixture { fakeWifiRepository } in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | FullMobileConnectionRepositoryTest.kt | 504 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_carrierMerged_getsUpdates() constant 547 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_updatesWhenCarrierMergedUpdates() constant 618 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_doesNotLogUpdatesForNotActiveRepo() constant
|
D | CarrierMergedConnectionRepositoryTest.kt | 52 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepositoryTest
|
D | MobileConnectionsRepositoryTest.kt | 122 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/ |
D | CarrierMergedConnectionRepository.kt | 63 val wifiRepository: WifiRepository, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository 208 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/ |
D | InternetTileNewImplTest.kt | 73 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/ |
D | InternetTileViewModelTest.kt | 67 private val wifiRepository = FakeWifiRepository() constant in com.android.systemui.statusbar.pipeline.shared.ui.viewmodel.InternetTileViewModelTest
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierTextManager.java | 193 WifiRepository wifiRepository, in CarrierTextManager() 694 @Nullable WifiRepository wifiRepository, in Builder()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/ |
D | DeviceBasedSatelliteViewModelTest.kt | 57 private val wifiRepository = FakeWifiRepository() constant in com.android.systemui.statusbar.pipeline.satellite.ui.viewmodel.DeviceBasedSatelliteViewModelTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/ |
D | DeviceBasedSatelliteInteractorTest.kt | 57 private val wifiRepository = FakeWifiRepository() constant in com.android.systemui.statusbar.pipeline.satellite.domain.interactor.DeviceBasedSatelliteInteractorTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileDataInteractorTest.kt | 84 private val wifiRepository = FakeWifiRepository() in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/ |
D | StatusBarPipelineModule.kt | 102 @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/wifi/ui/view/ |
D | ModernStatusBarWifiViewTest.kt | 72 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.ui.view.ModernStatusBarWifiViewTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/ |
D | WifiViewModelIconParameterizedTest.kt | 75 private lateinit var wifiRepository: FakeWifiRepository in <lambda>() variable in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelIconParameterizedTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
D | MobileRepositorySwitcherTest.kt | 84 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.MobileRepositorySwitcherTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/ |
D | WifiInteractorImplTest.kt | 52 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.domain.interactor.WifiInteractorImplTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/ |
D | WifiViewModelTest.kt | 69 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelTest
|