Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ java_test {
    static_libs: [
        "androidx.test.rules",
        "junit",
        "ub-uiautomator",
        "androidx.test.uiautomator_uiautomator",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -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;