Searched refs:getInstrumentation (Results 1 – 15 of 15) sorted by relevance
65 Instrumentation instrumentation = getInstrumentation(); in getAutomationSupport()82 mDevice = UiDevice.getInstance(getInstrumentation()); in initialize()
102 InstrumentationRegistry.getInstrumentation().sendStatus(2, bundle) in <lambda>()
62 public val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation(),
1445 Instrumentation getInstrumentation() { in getInstrumentation() method in UiDevice1473 uiAutomation = Api24Impl.getUiAutomationWithRetry(getInstrumentation(), flags); in getUiAutomation()1478 uiAutomation = getInstrumentation().getUiAutomation(); in getUiAutomation()
87 Instrumentation instrumentation = device.getInstrumentation(); in GestureController()
491 PowerManager pm = (PowerManager) mDevice.getInstrumentation().getContext().getSystemService( in isScreenOn()
30 internal val instrumentation = InstrumentationRegistry.getInstrumentation()52 InstrumentationRegistry.getInstrumentation().targetContext.externalMediaDirs.firstOrNull { in nowMs()
24 val context = InstrumentationRegistry.getInstrumentation().targetContext.applicationContext in loadBitmap()
84 InstrumentationRegistry.getInstrumentation().getContext().externalCacheDir,141 val context = InstrumentationRegistry.getInstrumentation().targetContext.applicationContext in fetchExpectedImage()305 InstrumentationRegistry.getInstrumentation().sendStatus(bundleStatusInProgress, report) in reportResult()
75 mInstrumentation = spy(InstrumentationRegistry.getInstrumentation()); in setUp()76 mUiAutomation = spy(InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()80 mDevice = new UiDevice(InstrumentationRegistry.getInstrumentation()); in setUp()
71 mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); in setUp()
146 private val uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
134 assertEquals(mDevice, UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())); in testGetInstance_withInstrumentation()
231 method public android.app.Instrumentation getInstrumentation();