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
This commit is contained in:
jorgegil@google.com
2020-10-09 10:29:06 -07:00
committed by Hongwei Wang
parent 3f32fa6a9e
commit fc72c7aaa2
6 changed files with 6 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;