Loading core/tests/overlaytests/device/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src) LOCAL_MODULE_TAGS := tests LOCAL_PACKAGE_NAME := OverlayDeviceTests LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_STATIC_JAVA_LIBRARIES := android-support-test LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_TARGET_REQUIRED_MODULES := \ OverlayDeviceTests_AppOverlayOne \ Loading core/tests/overlaytests/device/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <uses-library android:name="android.test.runner"/> </application> <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" android:targetPackage="com.android.overlaytest" android:label="Runtime resource overlay tests" /> </manifest> core/tests/overlaytests/device/src/com/android/overlaytest/OverlayBaseTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ import android.content.res.Resources; import android.content.res.XmlResourceParser; import android.os.LocaleList; import android.os.ParcelFileDescriptor; import android.support.test.InstrumentationRegistry; import android.util.AttributeSet; import android.util.Xml; import androidx.test.InstrumentationRegistry; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; Loading core/tests/overlaytests/device/src/com/android/overlaytest/WithMultipleOverlaysTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.overlaytest; import android.support.test.filters.MediumTest; import androidx.test.filters.MediumTest; import org.junit.BeforeClass; import org.junit.runner.RunWith; Loading core/tests/overlaytests/device/src/com/android/overlaytest/WithOverlayTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.overlaytest; import android.support.test.filters.MediumTest; import androidx.test.filters.MediumTest; import org.junit.BeforeClass; import org.junit.runner.RunWith; Loading Loading
core/tests/overlaytests/device/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src) LOCAL_MODULE_TAGS := tests LOCAL_PACKAGE_NAME := OverlayDeviceTests LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_STATIC_JAVA_LIBRARIES := android-support-test LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_TARGET_REQUIRED_MODULES := \ OverlayDeviceTests_AppOverlayOne \ Loading
core/tests/overlaytests/device/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <uses-library android:name="android.test.runner"/> </application> <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" android:targetPackage="com.android.overlaytest" android:label="Runtime resource overlay tests" /> </manifest>
core/tests/overlaytests/device/src/com/android/overlaytest/OverlayBaseTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ import android.content.res.Resources; import android.content.res.XmlResourceParser; import android.os.LocaleList; import android.os.ParcelFileDescriptor; import android.support.test.InstrumentationRegistry; import android.util.AttributeSet; import android.util.Xml; import androidx.test.InstrumentationRegistry; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; Loading
core/tests/overlaytests/device/src/com/android/overlaytest/WithMultipleOverlaysTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.overlaytest; import android.support.test.filters.MediumTest; import androidx.test.filters.MediumTest; import org.junit.BeforeClass; import org.junit.runner.RunWith; Loading
core/tests/overlaytests/device/src/com/android/overlaytest/WithOverlayTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.overlaytest; import android.support.test.filters.MediumTest; import androidx.test.filters.MediumTest; import org.junit.BeforeClass; import org.junit.runner.RunWith; Loading