summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-06-24 12:43:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-24 12:43:14 +0000
commit4728c0c0ce4020a68a46aabb1c7faf7e563a3bfc (patch)
tree482f19aa8786ad5f06cd6abeabecb9afedffcca7
parenteb1fe15357efc045c4d17f3141b80e51ac41ea37 (diff)
parent0d431094c335fc6e2691280fdcd7075bd98d2540 (diff)
downloadnet-4728c0c0ce4020a68a46aabb1c7faf7e563a3bfc.tar.gz
Merge "Use module util HexDump in StructTest" am: b660371d8a am: 0d431094c3
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1745518 Change-Id: I26815a696ad229705659fcd34878438b894bb6d4
-rw-r--r--common/tests/unit/src/com/android/net/module/util/StructTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/tests/unit/src/com/android/net/module/util/StructTest.java b/common/tests/unit/src/com/android/net/module/util/StructTest.java
index df74398f..eabc14b4 100644
--- a/common/tests/unit/src/com/android/net/module/util/StructTest.java
+++ b/common/tests/unit/src/com/android/net/module/util/StructTest.java
@@ -31,7 +31,6 @@ import android.net.MacAddress;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
-import com.android.internal.util.HexDump;
import com.android.net.module.util.Struct.Field;
import com.android.net.module.util.Struct.Type;