summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-10-03 13:50:13 +0100
committerTobias Thierer <tobiast@google.com>2019-10-03 14:17:21 +0100
commit65fc42449bfa8a0fcd857852c0ed362dff6b41d4 (patch)
treed642cc2d9d8be3dd9f04ad186c2ec7a41585c332
parent73c51b4ab0529774f688ca2df2c8455d24cd1b49 (diff)
downloadplatform_packages_apps_DocumentsUI-ndk-sysroot-r21.tar.gz
platform_packages_apps_DocumentsUI-ndk-sysroot-r21.tar.bz2
platform_packages_apps_DocumentsUI-ndk-sysroot-r21.zip
Track MimeMap moving to libcore.content.type.ndk-sysroot-r21
Another CL in this topic moves libcore.net.MimeMap to package libcore.content.type. This CL updates associated references. Bug: 136256059 Bug: 124232146 Test: Treehugger Test: CtsMimeMapTestCases Change-Id: I60fceae7b0d1ed00896e8f3796616d6c89bb244f
-rw-r--r--tests/common/com/android/documentsui/testing/TestModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/com/android/documentsui/testing/TestModel.java b/tests/common/com/android/documentsui/testing/TestModel.java
index 2f2eec2d7..7df7b2746 100644
--- a/tests/common/com/android/documentsui/testing/TestModel.java
+++ b/tests/common/com/android/documentsui/testing/TestModel.java
@@ -27,7 +27,7 @@ import com.android.documentsui.base.DocumentInfo;
import com.android.documentsui.base.Features;
import com.android.documentsui.roots.RootCursorWrapper;
-import libcore.net.MimeMap;
+import libcore.content.type.MimeMap;
import java.util.Random;