summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHarshit Mahajan <harshitmahajan@google.com>2024-04-10 12:51:59 +0000
committerHarshit Mahajan <harshitmahajan@google.com>2024-04-10 15:22:08 +0000
commit04cb3342b2e6b38f0fe28d847a3d8a6cfae04676 (patch)
tree00e5c320ea04f760c29ba55b1fd8c4793302b8b8 /tests
parent15ba5a9097facd16d778dc1c98416d38953872d3 (diff)
downloadbase-04cb3342b2e6b38f0fe28d847a3d8a6cfae04676.tar.gz
Revert^3 "Utils required for CrashRecovery module"
This reverts commit 15ba5a9097facd16d778dc1c98416d38953872d3. Reason for revert: Fixing the revert. Change-Id: I962eb1c25f88d93a659d86d6fa138f324dbe5eb0
Diffstat (limited to 'tests')
-rw-r--r--tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java b/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java
index 1fdf97a4c821..093923f3ed53 100644
--- a/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java
+++ b/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java
@@ -45,13 +45,13 @@ import android.os.test.TestLooper;
import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.DeviceConfig;
import android.util.AtomicFile;
+import android.util.LongArrayQueue;
import android.util.Xml;
-import android.utils.LongArrayQueue;
-import android.utils.XmlUtils;
import androidx.test.InstrumentationRegistry;
import com.android.dx.mockito.inline.extended.ExtendedMockito;
+import com.android.internal.util.XmlUtils;
import com.android.modules.utils.TypedXmlPullParser;
import com.android.modules.utils.TypedXmlSerializer;
import com.android.server.PackageWatchdog.HealthCheckState;