Home
last modified time | relevance | path

Searched refs:wifiFeatureProvider (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.kt154 abstract val wifiFeatureProvider: WifiFeatureProvider in getSurveyFeatureProvider() constant in com.android.settings.overlay.FeatureFactory
DFeatureFactoryImpl.kt175 override val wifiFeatureProvider by lazy { WifiFeatureProvider(appContext) } in <lambda>() constant in com.android.settings.overlay.FeatureFactoryImpl
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/testutils/
DFakeFeatureFactory.kt141 override val wifiFeatureProvider: WifiFeatureProvider constant in com.android.settings.testutils.FakeFeatureFactory