From fc72c7aaa28eeacac7e1e990241794976bbb83f1 Mon Sep 17 00:00:00 2001 From: "jorgegil@google.com" Date: Fri, 9 Oct 2020 10:29:06 -0700 Subject: [PATCH] Fix wrong package name in wm.shell.pip tests Bug: 170188412 Test: atest com.android.wm.shell.pip actually runs all tests Change-Id: I9b8857e1a739d03b1d0b05bbcbeb2be1a28c984d --- .../com/android/wm/shell/pip/PipAnimationControllerTest.java | 2 +- .../src/com/android/wm/shell/pip/PipBoundsHandlerTest.java | 2 +- .../src/com/android/wm/shell/pip/phone/PipControllerTest.java | 2 +- .../com/android/wm/shell/pip/phone/PipTaskOrganizerTest.java | 2 +- .../src/com/android/wm/shell/pip/phone/PipTouchHandlerTest.java | 2 +- .../src/com/android/wm/shell/pip/phone/PipTouchStateTest.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipAnimationControllerTest.java b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipAnimationControllerTest.java index 7d51886e8ec03..255e74917ca00 100644 --- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipAnimationControllerTest.java +++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipAnimationControllerTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.systemui.pip; +package com.android.wm.shell.pip; import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipBoundsHandlerTest.java b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipBoundsHandlerTest.java index f514b0be8dc78..d9e3148913b32 100644 --- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipBoundsHandlerTest.java +++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/PipBoundsHandlerTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.systemui.pip; +package com.android.wm.shell.pip; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipControllerTest.java b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipControllerTest.java index d305c6491ba53..92f03e1adf8f2 100644 --- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipControllerTest.java +++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipControllerTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.systemui.pip.phone; +package com.android.wm.shell.pip.phone; import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE; diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTaskOrganizerTest.java b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTaskOrganizerTest.java index 663169fbeccc4..c66ba13eff481 100644 --- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTaskOrganizerTest.java +++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTaskOrganizerTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.systemui.pip.phone; +package com.android.wm.shell.pip.phone; import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE; diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchHandlerTest.java b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchHandlerTest.java index c96cb20e4df44..93a45c4e1a44e 100644 --- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchHandlerTest.java +++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchHandlerTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.systemui.pip.phone; +package com.android.wm.shell.pip.phone; import static org.junit.Assert.assertEquals; import static org.mockito.ArgumentMatchers.any; diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchStateTest.java b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchStateTest.java index 270213049771b..40667f76b17ea 100644 --- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchStateTest.java +++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/PipTouchStateTest.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.android.systemui.pip.phone; +package com.android.wm.shell.pip.phone; import static android.view.MotionEvent.ACTION_BUTTON_PRESS; import static android.view.MotionEvent.ACTION_DOWN;