Loading test-base/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ java_sdk_library { ], compile_dex: true, default_to_stubs: true, } // Build the android.test.base_static library Loading test-mock/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ java_sdk_library { "android.test.mock", ], compile_dex: true, default_to_stubs: true, } // Make the current.txt available for use by the cts/tests/signature tests. Loading test-mock/src/android/test/mock/MockContentProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ import android.content.res.AssetFileDescriptor; import android.database.Cursor; import android.net.Uri; import android.os.AsyncTask; import android.os.Binder; import android.os.Bundle; import android.os.IBinder; import android.os.ICancellationSignal; Loading Loading @@ -336,7 +337,7 @@ public class MockContentProvider extends ContentProvider { * @hide */ public IBinder getIContentProviderBinder() { throw new UnsupportedOperationException("unimplemented mock method"); return new Binder(); } /** Loading test-runner/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ java_sdk_library { ], compile_dex: true, default_to_stubs: true, } // Build the android.test.runner-minus-junit library Loading test-runner/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ package android.test { @Deprecated public class InstrumentationTestRunner extends android.app.Instrumentation implements android.test.TestSuiteProvider { ctor @Deprecated public InstrumentationTestRunner(); method @Deprecated protected void addTestListener(junit.framework.TestListener); method @Deprecated public junit.framework.TestSuite getAllTests(); method @Deprecated protected android.test.AndroidTestRunner getAndroidTestRunner(); method @Deprecated public android.os.Bundle getArguments(); Loading Loading
test-base/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ java_sdk_library { ], compile_dex: true, default_to_stubs: true, } // Build the android.test.base_static library Loading
test-mock/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ java_sdk_library { "android.test.mock", ], compile_dex: true, default_to_stubs: true, } // Make the current.txt available for use by the cts/tests/signature tests. Loading
test-mock/src/android/test/mock/MockContentProvider.java +2 −1 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ import android.content.res.AssetFileDescriptor; import android.database.Cursor; import android.net.Uri; import android.os.AsyncTask; import android.os.Binder; import android.os.Bundle; import android.os.IBinder; import android.os.ICancellationSignal; Loading Loading @@ -336,7 +337,7 @@ public class MockContentProvider extends ContentProvider { * @hide */ public IBinder getIContentProviderBinder() { throw new UnsupportedOperationException("unimplemented mock method"); return new Binder(); } /** Loading
test-runner/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ java_sdk_library { ], compile_dex: true, default_to_stubs: true, } // Build the android.test.runner-minus-junit library Loading
test-runner/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ package android.test { @Deprecated public class InstrumentationTestRunner extends android.app.Instrumentation implements android.test.TestSuiteProvider { ctor @Deprecated public InstrumentationTestRunner(); method @Deprecated protected void addTestListener(junit.framework.TestListener); method @Deprecated public junit.framework.TestSuite getAllTests(); method @Deprecated protected android.test.AndroidTestRunner getAndroidTestRunner(); method @Deprecated public android.os.Bundle getArguments(); Loading