Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38539523 authored by Dan Shi's avatar Dan Shi
Browse files

Migrate frameworks/base/services/tests/servicestests to androidx.test

See go/jetpack-test-android-migration

Bug: 111443449
Test: atest ArcTerminationActionFromAvrTest
atest AppWindowTokenAnimationTests

Change-Id: Ifad50690c9df9da5661bd04414625f9ed223d9f2
parent ffc6c357
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ import android.hardware.hdmi.HdmiDeviceInfo;
import android.hardware.tv.cec.V1_0.SendMessageResult;
import android.os.Looper;
import android.os.test.TestLooper;
import android.support.test.filters.SmallTest;

import androidx.test.filters.SmallTest;

import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
+3 −2
Original line number Diff line number Diff line
@@ -26,8 +26,9 @@ import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.verify;

import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;

import android.view.SurfaceControl;

import com.android.server.wm.WindowTestUtils.TestAppWindowToken;