Skip to content
Snippets Groups Projects
Commit 47c9c93e authored by Evan Laird's avatar Evan Laird
Browse files

[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
parent c65a11a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment