From 47c9c93e4a7076019e095b0ff99d64982f90548b Mon Sep 17 00:00:00 2001 From: Evan Laird Date: Thu, 22 Dec 2022 10:00:29 -0500 Subject: [PATCH] [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 --- packages/SystemUI/ktfmt_includes.txt | 2 +- .../prod/{WifiRepository.kt => WifiRepositoryImpl.kt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/{WifiRepository.kt => WifiRepositoryImpl.kt} (100%) diff --git a/packages/SystemUI/ktfmt_includes.txt b/packages/SystemUI/ktfmt_includes.txt index d40495565ec1a..434f227d89c8f 100644 --- a/packages/SystemUI/ktfmt_includes.txt +++ b/packages/SystemUI/ktfmt_includes.txt @@ -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 diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/WifiRepository.kt b/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/WifiRepositoryImpl.kt similarity index 100% rename from packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/WifiRepository.kt rename to packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/WifiRepositoryImpl.kt