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

Commit e686dc5e authored by Ameer Armaly's avatar Ameer Armaly Committed by Automerger Merge Worker
Browse files

Merge "TouchExplorerTest: fix run error." into sc-dev am: 1219bfb2 am: 92b9a162

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15374641

Change-Id: I981dd7542aa1d8d398b58833b1379571aa947147
parents ab84644c 92b9a162
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -150,7 +150,6 @@ public class TouchExplorerTest {
        when(mMockAms.getTraceManager()).thenReturn(mMockTraceManager);
        mContext = InstrumentationRegistry.getContext();
        mTouchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop();
        AccessibilityManagerService ams = new AccessibilityManagerService(mContext);
        mCaptor = new EventCaptor();
        mHandler = new TestHandler();
        mTouchExplorer = new TouchExplorer(mContext, mMockAms, null, mHandler);