summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-10-04 12:54:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-04 12:54:17 +0000
commitc165cf085b5ed49d1a6b0abd9642f1b3207d1b4e (patch)
tree325be3ad91e4397f2724f38aeb8664e9f5eee863
parent1e310401c0c38d30a2182bd1ddf3e1a6f2391e27 (diff)
parent0869f946949c0c262ffcdbd95390f51ed340163e (diff)
downloadcts-c165cf085b5ed49d1a6b0abd9642f1b3207d1b4e.tar.gz
Merge "Track MimeMap moving to libcore.content.type."
-rw-r--r--tests/tests/mimemap/Android.bp3
-rw-r--r--tests/tests/mimemap/src/android/content/type/cts/MimeMapTest.java2
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/tests/mimemap/Android.bp b/tests/tests/mimemap/Android.bp
index b3f32208581..6f8b5ec0a39 100644
--- a/tests/tests/mimemap/Android.bp
+++ b/tests/tests/mimemap/Android.bp
@@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// Verifies the default MIME mapping as exposed by @CorePlatformApi libcore.net.MimeMap.getDefault()
+// Verifies the default MIME mapping as exposed by
+// @CorePlatformApi libcore.content.type.MimeMap.getDefault()
android_test {
name: "CtsMimeMapTestCases",
defaults: ["cts_defaults"],
diff --git a/tests/tests/mimemap/src/android/content/type/cts/MimeMapTest.java b/tests/tests/mimemap/src/android/content/type/cts/MimeMapTest.java
index 197fe9c9b2c..f86ee49afb5 100644
--- a/tests/tests/mimemap/src/android/content/type/cts/MimeMapTest.java
+++ b/tests/tests/mimemap/src/android/content/type/cts/MimeMapTest.java
@@ -26,7 +26,7 @@ import java.net.URLConnection;
import java.util.Locale;
import java.util.Objects;
import java.util.TreeMap;
-import libcore.net.MimeMap;
+import libcore.content.type.MimeMap;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;