Update the imports to androidx.test.filters.*
Bug: 316941721 Test: mmma . Change-Id: I1b502639f2063dab81e5c514385a4c1296b230f0
This commit is contained in:
parent
8124c112df
commit
e2cb041c92
@ -15,6 +15,9 @@ android_test {
|
||||
"android.test.runner",
|
||||
"android.test.base",
|
||||
],
|
||||
static_libs: ["junit"],
|
||||
static_libs: [
|
||||
"junit",
|
||||
"androidx.test.rules",
|
||||
],
|
||||
platform_apis: true,
|
||||
}
|
||||
|
@ -17,18 +17,16 @@
|
||||
package android.sax;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
import android.sax.Element;
|
||||
import android.sax.ElementListener;
|
||||
import android.sax.EndTextElementListener;
|
||||
import android.sax.RootElement;
|
||||
import android.sax.StartElementListener;
|
||||
import android.sax.TextElementListener;
|
||||
import android.test.AndroidTestCase;
|
||||
import android.test.suitebuilder.annotation.LargeTest;
|
||||
import android.test.suitebuilder.annotation.SmallTest;
|
||||
import android.util.Log;
|
||||
import android.util.Xml;
|
||||
|
||||
import androidx.test.filters.LargeTest;
|
||||
import androidx.test.filters.SmallTest;
|
||||
|
||||
import com.android.frameworks.saxtests.R;
|
||||
import com.android.internal.util.XmlUtils;
|
||||
|
||||
import org.xml.sax.Attributes;
|
||||
import org.xml.sax.ContentHandler;
|
||||
import org.xml.sax.SAXException;
|
||||
@ -40,8 +38,6 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.time.Instant;
|
||||
|
||||
import com.android.frameworks.saxtests.R;
|
||||
|
||||
public class SafeSaxTest extends AndroidTestCase {
|
||||
|
||||
private static final String TAG = SafeSaxTest.class.getName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user