Merge "TouchExplorerTest: fix run error." into sc-dev
This commit is contained in:
@@ -145,7 +145,6 @@ public class TouchExplorerTest {
|
||||
}
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user