Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f53b378 authored by Fangqiu Su's avatar Fangqiu Su Committed by Android (Google) Code Review
Browse files

Merge "Update the imports to androidx.test.filters.*" into main

parents 2ef7ec8d 72626cdb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@ android_test {
        "org.apache.http.legacy",
        "android.test.base",
    ],
    static_libs: ["junit"],
    static_libs: [
        "junit",
        "androidx.test.rules",
    ],
    platform_apis: true,
}
+2 −1
Original line number Diff line number Diff line
@@ -30,9 +30,10 @@ import android.os.Process;
import android.os.SystemClock;
import android.telephony.TelephonyManager;
import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.LargeTest;
import android.util.Log;

import androidx.test.filters.LargeTest;

import com.android.bandwidthtest.util.BandwidthTestUtil;
import com.android.bandwidthtest.util.ConnectionUtil;