HomeSort by relevance Sort by last modified time
    Searched refs:mRealInstrumentation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
SysuiBaseFragmentTest.java 46 private Instrumentation mRealInstrumentation;
58 mRealInstrumentation = InstrumentationRegistry.getInstrumentation();
59 Instrumentation inst = spy(mRealInstrumentation);
69 InstrumentationRegistry.registerInstance(mRealInstrumentation,
SysuiTestCase.java 57 private Instrumentation mRealInstrumentation;
64 mRealInstrumentation = InstrumentationRegistry.getInstrumentation();
65 Instrumentation inst = spy(mRealInstrumentation);
80 InstrumentationRegistry.registerInstance(mRealInstrumentation,
93 ParcelFileDescriptor pfd = mRealInstrumentation.getUiAutomation()

Completed in 272 milliseconds