Home
last modified time | relevance | path

Searched refs:mRealInstrumentation (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
H A DSysuiTestCase.java92 private Instrumentation mRealInstrumentation; field in SysuiTestCase
115 mRealInstrumentation = InstrumentationRegistry.getInstrumentation(); in SysuiSetup()
116 Instrumentation inst = spy(mRealInstrumentation); in SysuiSetup()
158 if (mRealInstrumentation != null) { in SysuiTeardown()
159 InstrumentationRegistry.registerInstance(mRealInstrumentation, in SysuiTeardown()
203 return UiDevice.getInstance(mRealInstrumentation); in getUiDevice()
207 ParcelFileDescriptor pfd = mRealInstrumentation.getUiAutomation() in runShellCommand()
H A DSysuiBaseFragmentTest.java52 private Instrumentation mRealInstrumentation; field in SysuiBaseFragmentTest
68 mRealInstrumentation = InstrumentationRegistry.getInstrumentation(); in sysuiSetup()
69 Instrumentation inst = spy(mRealInstrumentation); in sysuiSetup()
80 InstrumentationRegistry.registerInstance(mRealInstrumentation, in SysuiTeardown()