Loading tests/AndroidTests/src/com/android/unit_tests/activity/ServiceTest.java +10 −6 Original line number Diff line number Diff line Loading @@ -27,10 +27,14 @@ import android.os.IBinder; import android.os.Parcel; import android.test.suitebuilder.annotation.MediumTest; import android.test.suitebuilder.annotation.SmallTest; import android.test.suitebuilder.annotation.Suppress; import android.util.Log; // These test binders purport to support an interface whose canonical // interface name is ServiceTest.SERVICE_LOCAL // Temporarily suppress, this test is causing unit test suite run to fail // TODO: remove this suppress @Suppress public class ServiceTest extends ActivityTestsBase { public static final String SERVICE_LOCAL = Loading Loading
tests/AndroidTests/src/com/android/unit_tests/activity/ServiceTest.java +10 −6 Original line number Diff line number Diff line Loading @@ -27,10 +27,14 @@ import android.os.IBinder; import android.os.Parcel; import android.test.suitebuilder.annotation.MediumTest; import android.test.suitebuilder.annotation.SmallTest; import android.test.suitebuilder.annotation.Suppress; import android.util.Log; // These test binders purport to support an interface whose canonical // interface name is ServiceTest.SERVICE_LOCAL // Temporarily suppress, this test is causing unit test suite run to fail // TODO: remove this suppress @Suppress public class ServiceTest extends ActivityTestsBase { public static final String SERVICE_LOCAL = Loading