From 04f6dd5d68c5f3bc539416f0ab16ea4f071ea04d Mon Sep 17 00:00:00 2001 From: Candice Lo Date: Wed, 15 Feb 2023 01:36:39 +0000 Subject: [PATCH] Refactor the test file path Bug: 242326166 Test: Refactoring. Existing test still pass Change-Id: I357d7ec7565df0e268c087944bc96c558c2b962b --- .../systemui/qs/tiles/{dialog => }/FontScalingTileTest.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename packages/SystemUI/tests/src/com/android/systemui/qs/tiles/{dialog => }/FontScalingTileTest.kt (96%) diff --git a/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/FontScalingTileTest.kt b/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/FontScalingTileTest.kt similarity index 96% rename from packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/FontScalingTileTest.kt rename to packages/SystemUI/tests/src/com/android/systemui/qs/tiles/FontScalingTileTest.kt index 57abae0889cae..528978ab5ee20 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/FontScalingTileTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/FontScalingTileTest.kt @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package com.android.systemui.qs.tiles.dialog +package com.android.systemui.qs.tiles import android.os.Handler import android.testing.AndroidTestingRunner @@ -27,7 +27,6 @@ import com.android.systemui.plugins.ActivityStarter import com.android.systemui.plugins.statusbar.StatusBarStateController import com.android.systemui.qs.QSTileHost import com.android.systemui.qs.logging.QSLogger -import com.android.systemui.qs.tiles.FontScalingTile import com.android.systemui.util.settings.FakeSettings import com.google.common.truth.Truth.assertThat import org.junit.Before