Merge "Rename Kotlin util files to not include the Kt suffix" am: a42b415dc9

Original change: https://android-review.googlesource.com/c/platform/cts/+/1353402

Change-Id: Ib895f34ce8580dbd8daf941243a1a3724bb10582
This commit is contained in:
Chalard Jean
2020-08-13 04:09:27 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
package android.net.cts;
import static com.android.testutils.ParcelUtilsKt.assertParcelSane;
import static com.android.testutils.ParcelUtils.assertParcelSane;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;

View File

@@ -20,7 +20,7 @@ import static android.net.MacAddress.TYPE_BROADCAST;
import static android.net.MacAddress.TYPE_MULTICAST;
import static android.net.MacAddress.TYPE_UNICAST;
import static com.android.testutils.ParcelUtilsKt.assertParcelSane;
import static com.android.testutils.ParcelUtils.assertParcelSane;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertFalse;