Loading config/hiddenapi-greylist.txt +0 −1 Original line number Diff line number Diff line Loading @@ -1568,7 +1568,6 @@ Landroid/telephony/TelephonyManager$MultiSimVariants;->values()[Landroid/telepho Landroid/test/AndroidTestCase;->getTestContext()Landroid/content/Context; Landroid/test/AndroidTestCase;->setTestContext(Landroid/content/Context;)V Landroid/test/InstrumentationTestCase;->runMethod(Ljava/lang/reflect/Method;I)V Landroid/test/RepetitiveTest;->numIterations()I Landroid/util/Singleton;-><init>()V Landroid/util/XmlPullAttributes;-><init>(Lorg/xmlpull/v1/XmlPullParser;)V Landroid/util/XmlPullAttributes;->mParser:Lorg/xmlpull/v1/XmlPullParser; Loading test-base/api/current.txt +3 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,9 @@ package android.test { method public abstract void startTiming(boolean); } public abstract deprecated class RepetitiveTest implements java.lang.annotation.Annotation { } public abstract deprecated class UiThreadTest implements java.lang.annotation.Annotation { } Loading test-base/src/android/test/RepetitiveTest.java +4 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,10 @@ import java.lang.annotation.Target; * When the annotation is present, the test method is executed the number of times specified by * numIterations and defaults to 1. * * {@hide} Not needed for public API. * @deprecated New tests should be written using the * <a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>. */ @Deprecated @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface RepetitiveTest { Loading Loading
config/hiddenapi-greylist.txt +0 −1 Original line number Diff line number Diff line Loading @@ -1568,7 +1568,6 @@ Landroid/telephony/TelephonyManager$MultiSimVariants;->values()[Landroid/telepho Landroid/test/AndroidTestCase;->getTestContext()Landroid/content/Context; Landroid/test/AndroidTestCase;->setTestContext(Landroid/content/Context;)V Landroid/test/InstrumentationTestCase;->runMethod(Ljava/lang/reflect/Method;I)V Landroid/test/RepetitiveTest;->numIterations()I Landroid/util/Singleton;-><init>()V Landroid/util/XmlPullAttributes;-><init>(Lorg/xmlpull/v1/XmlPullParser;)V Landroid/util/XmlPullAttributes;->mParser:Lorg/xmlpull/v1/XmlPullParser; Loading
test-base/api/current.txt +3 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,9 @@ package android.test { method public abstract void startTiming(boolean); } public abstract deprecated class RepetitiveTest implements java.lang.annotation.Annotation { } public abstract deprecated class UiThreadTest implements java.lang.annotation.Annotation { } Loading
test-base/src/android/test/RepetitiveTest.java +4 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,10 @@ import java.lang.annotation.Target; * When the annotation is present, the test method is executed the number of times specified by * numIterations and defaults to 1. * * {@hide} Not needed for public API. * @deprecated New tests should be written using the * <a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>. */ @Deprecated @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface RepetitiveTest { Loading