[Sb refactor] Pull the WifiRepository interface out of the impl file (2/2)

Rename WifiRepository.kt -> WifiRepositoryImpl.kt for the impl's
definition. Also update the ktfmt_includes to ignore this file.

Test: WifiRepositoryImplTest
Bug: 238425913
Change-Id: I21f3259e9f86390da1a78d36f38c545199254e11
This commit is contained in:
Evan Laird
2022-12-22 10:00:29 -05:00
parent c65a11a4fb
commit 47c9c93e4a
2 changed files with 1 additions and 1 deletions

View File

@@ -460,7 +460,7 @@
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ConnectivityPipelineLogger.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/model/WifiActivityModel.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/model/WifiNetworkModel.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/WifiRepository.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/WifiRepositoryImpl.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/WifiInteractor.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/WifiConstants.kt
-packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ModernStatusBarWifiView.kt