Skip to content
Snippets Groups Projects
Commit 6b982465 authored by Yichun Li's avatar Yichun Li Committed by Gerrit Code Review
Browse files

Merge "Update uiautomator references in frameworks/base/tests/ActivityManagerPerfTests/utils"

parents a1355bc2 71d21d8b
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,6 @@ java_test {
static_libs: [
"androidx.test.rules",
"junit",
"ub-uiautomator",
"androidx.test.uiautomator_uiautomator",
],
}
......@@ -19,10 +19,10 @@ package com.android.frameworks.perftests.am.util;
import android.content.Intent;
import android.os.RemoteException;
import android.os.ResultReceiver;
import android.support.test.uiautomator.UiDevice;
import android.util.Log;
import androidx.test.InstrumentationRegistry;
import androidx.test.uiautomator.UiDevice;
import java.io.IOException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment