Home
last modified time | relevance | path

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

12

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.java43 … com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository = null; field in CarrierMergedConnectionRepository
119 com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository) { in CarrierMergedConnectionRepository()
312 … com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository = null; field in CarrierMergedConnectionRepository.Factory
321 com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository) { in Factory()
DMobileConnectionsRepositoryImpl.java165com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository, @org.j… in MobileConnectionsRepositoryImpl()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DFullMobileConnectionRepositoryTest.kt482 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_carrierMerged_getsUpdates() constant
522 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_updatesWhenCarrierMergedUpdates() constant
590 val wifiRepository = FakeWifiRepository() in connectionInfo_logging_doesNotLogUpdatesForNotActiveRepo() constant
H A DMobileConnectionsRepositoryTest.kt120 private lateinit var wifiRepository: WifiRepository in <lambda>() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionsRepositoryTest
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/
DInternetPreferenceRepository.java30 private final com.android.settings.wifi.repository.WifiRepository wifiRepository = null; field in InternetPreferenceRepository
43com.android.settings.wifi.repository.WifiRepository wifiRepository, @org.jetbrains.annotations.Not… in InternetPreferenceRepository()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DCarrierMergedConnectionRepository.kt63 val wifiRepository: WifiRepository, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
209 private val wifiRepository: WifiRepository, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository.Factory
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/
H A DInternetTileNewImplTest.kt88 private var wifiRepository = FakeWifiRepository() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
H A DInternetTileViewModelTest.kt73 private val wifiRepository = FakeWifiRepository() constant in com.android.systemui.statusbar.pipeline.shared.ui.viewmodel.InternetTileViewModelTest
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java194 WifiRepository wifiRepository, in CarrierTextManager()
697 @Nullable WifiRepository wifiRepository, in Builder()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/
H A DWifiRepositoryKosmos.kt22 val Kosmos.wifiRepository: WifiRepository by Kosmos.Fixture { fakeWifiRepository } in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
H A DDeviceBasedSatelliteInteractorTest.kt56 private val wifiRepository = FakeWifiRepository() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
H A DDeviceBasedSatelliteViewModelTest.kt61 private val wifiRepository = FakeWifiRepository() constant in com.android.systemui.statusbar.pipeline.satellite.ui.viewmodel.DeviceBasedSatelliteViewModelTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
H A DInternetTileDataInteractorTest.kt81 private val wifiRepository = FakeWifiRepository() in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/
DWifiInteractorImpl.java37com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository, @com.a… in WifiInteractorImpl()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/
DInternetPreferenceRepository.kt49 private val wifiRepository: WifiRepository = WifiRepository(context), in <lambda>() constant in com.android.settings.network.InternetPreferenceRepository
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/dagger/
DStatusBarPipelineModule.java113 …roid.systemui.statusbar.pipeline.wifi.data.repository.WifiRepository wifiRepository(@org.jetbrains… in wifiRepository() method in StatusBarPipelineModule
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/
H A DModernStatusBarWifiViewTest.kt74 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.ui.view.ModernStatusBarWifiViewTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelIconParameterizedTest.kt77 private lateinit var wifiRepository: FakeWifiRepository in <lambda>() variable in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelIconParameterizedTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DMobileRepositorySwitcherTest.kt84 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.MobileRepositorySwitcherTest
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/
H A DStatusBarPipelineModule.kt109 @Binds abstract fun wifiRepository(impl: WifiRepositorySwitcher): WifiRepository in airplaneModeRepository() method in com.android.systemui.statusbar.pipeline.dagger.StatusBarPipelineModule
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/
H A DWifiInteractorImplTest.kt52 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.domain.interactor.WifiInteractorImplTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DCarrierMergedConnectionRepositoryTest.kt52 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepositoryTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelTest.kt71 private lateinit var wifiRepository: FakeWifiRepository variable in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelTest
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/
DSystemUI-core.jarcom/android/systemui/wmshell/WMShell_Factory.class WMShell_Factory.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/javac/
DSystemUI-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12