Home
last modified time | relevance | path

Searched defs:getInstrumentation (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ui/
DUiAutomatorUtils.java52 public static Instrumentation getInstrumentation() { in getInstrumentation() method in UiAutomatorUtils
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDeviceTypeRule.kt142 private fun getInstrumentation(): Instrumentation = InstrumentationRegistry.getInstrumentation() method
/platform_testing/tests/perf/BootHelperApp/src/com/android/boothelper/
DBootHelperTest.java126 private Instrumentation getInstrumentation() { in getInstrumentation() method in BootHelperTest
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java621 private Instrumentation getInstrumentation() { in getInstrumentation() method in AppTransitionTests