Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt46 private val instrumentationRegistry = InstrumentationRegistry.getInstrumentation() constant
50 get() = UiDevice.getInstance(instrumentationRegistry)
54 get() = instrumentationRegistry.targetContext
354 instrumentationRegistry.sendStatus(/* resultCode= */ 0, result) in printInstrumentationStatus()