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

Commit 6ade4cb3 authored by Yichun Li's avatar Yichun Li Committed by Automerger Merge Worker
Browse files

Merge "Update uiautomator references in frameworks/base/tests/Input" am: bf542192 am: 41f4c14c

parents f3dbfcfb 41f4c14c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ android_test {
        "services.core.unboosted",
        "services.core.unboosted",
        "testables",
        "testables",
        "truth-prebuilt",
        "truth-prebuilt",
        "ub-uiautomator",
        "androidx.test.uiautomator_uiautomator",
    ],
    ],
    test_suites: ["device-tests"],
    test_suites: ["device-tests"],
}
}
+5 −4
Original line number Original line Diff line number Diff line
@@ -27,14 +27,15 @@ import android.os.IInputConstants.UNMULTIPLIED_DEFAULT_DISPATCHING_TIMEOUT_MILLI
import android.os.SystemClock
import android.os.SystemClock
import android.provider.Settings
import android.provider.Settings
import android.provider.Settings.Global.HIDE_ERROR_DIALOGS
import android.provider.Settings.Global.HIDE_ERROR_DIALOGS
import android.support.test.uiautomator.By
import android.support.test.uiautomator.UiDevice
import android.support.test.uiautomator.UiObject2
import android.support.test.uiautomator.Until
import android.testing.PollingCheck
import android.testing.PollingCheck
import android.view.InputDevice
import android.view.InputDevice
import android.view.MotionEvent
import android.view.MotionEvent


import androidx.test.uiautomator.By
import androidx.test.uiautomator.UiDevice
import androidx.test.uiautomator.UiObject2
import androidx.test.uiautomator.Until

import org.junit.After
import org.junit.After
import org.junit.Assert.assertEquals
import org.junit.Assert.assertEquals
import org.junit.Assert.assertTrue
import org.junit.Assert.assertTrue