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 41 private Instrumentation mRealInstrumentation;
54 mRealInstrumentation = InstrumentationRegistry.getInstrumentation();
55 Instrumentation inst = spy(mRealInstrumentation);
65 InstrumentationRegistry.registerInstance(mRealInstrumentation,
SysuiTestCase.java 52 private Instrumentation mRealInstrumentation;
60 mRealInstrumentation = InstrumentationRegistry.getInstrumentation();
61 Instrumentation inst = spy(mRealInstrumentation);
75 InstrumentationRegistry.registerInstance(mRealInstrumentation,

Completed in 133 milliseconds