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.kt44 private val instrumentationRegistry = InstrumentationRegistry.getInstrumentation() constant
48 get() = UiDevice.getInstance(instrumentationRegistry)
52 get() = instrumentationRegistry.targetContext
237 instrumentationRegistry.sendStatus(/* resultCode= */ 0, result) in printInstrumentationStatus()