Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 25 of 72) sorted by relevance

123

/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java39 private CommandsHelper(Instrumentation instrumentation) { in CommandsHelper()
54 public static CommandsHelper getInstance(Instrumentation instrumentation) { in getInstance()
68 public void injectInstrumentation(Instrumentation instrumentation) { in injectInstrumentation()
/platform_testing/libraries/system-helpers/package-helper/src/android/system/helpers/
DPackageHelper.java35 public PackageHelper(Instrumentation instrumentation) { in PackageHelper()
41 public static PackageHelper getInstance(Instrumentation instrumentation) { in getInstance()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DShellPrivilege.kt27 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant
/platform_testing/libraries/app-helpers/handheld/performance-launch-app-helper/src/android/platform/helpers/
DPerformanceLaunchHelperImpl.java24 public PerformanceLaunchHelperImpl(Instrumentation instrumentation) { in PerformanceLaunchHelperImpl()
/platform_testing/libraries/app-helpers/handheld/business-card-app-helper/src/android/platform/helpers/
DBusinessCardHelperImpl.java24 public BusinessCardHelperImpl(Instrumentation instrumentation) { in BusinessCardHelperImpl()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DClassMetricRule.java61 ClassMetricRule(Bundle args, Instrumentation instrumentation) { in ClassMetricRule()
DStopwatchRule.java94 void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DSysAppTestHelper.java56 private Instrumentation instrumentation = null; field in SysAppTestHelper
63 private SysAppTestHelper(UiDevice mDevice, Instrumentation instrumentation) { in SysAppTestHelper()
70 public static SysAppTestHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
DWatchFaceHelper.java57 private WatchFaceHelper(UiDevice device, Instrumentation instrumentation) { in WatchFaceHelper()
62 public static WatchFaceHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
/platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
DTouchLatencyHelper.java56 private TouchLatencyHelper(UiDevice mDevice, Instrumentation instrumentation) { in TouchLatencyHelper()
61 public static TouchLatencyHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/watchers/
DAppIsNotRespondingWatcher.java35 public AppIsNotRespondingWatcher(Instrumentation instrumentation) { in AppIsNotRespondingWatcher()
DAppIsNotRespondingWatcher2.java35 public AppIsNotRespondingWatcher2(Instrumentation instrumentation) { in AppIsNotRespondingWatcher2()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/
DSendToInstrumentation.java63 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) { in sendStatus()
/platform_testing/libraries/flicker/src/android/tools/device/flicker/legacy/
DFlickerTestDataImpl.kt35 override val instrumentation: Instrumentation, constant in android.tools.device.flicker.legacy.FlickerTestDataImpl
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DILeanbackLauncherStrategy.java35 public void setInstrumentation(Instrumentation instrumentation); in setInstrumentation()
DIAutoLauncherStrategy.java23 void setInstrumentation(Instrumentation instrumentation); in setInstrumentation()
DLauncherStrategyFactory.java62 public static LauncherStrategyFactory getInstance(Instrumentation instrumentation) { in getInstance()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILeanbackLauncherStrategy.java35 public void setInstrumentation(Instrumentation instrumentation); in setInstrumentation()
DIAutoLauncherStrategy.java25 void setInstrumentation(Instrumentation instrumentation); in setInstrumentation()
DLauncherStrategyFactory.java61 public static LauncherStrategyFactory getInstance(Instrumentation instrumentation) { in getInstance()
/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/
DSystemUtil.java50 Instrumentation instrumentation, in withSetting()
/platform_testing/libraries/flicker/src/android/tools/device/flicker/legacy/runner/
DUtils.kt42 private val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation() constant
/platform_testing/libraries/flicker/src/android/tools/device/flicker/rules/
DLaunchAppRule.kt45 private val instrumentation: Instrumentation = appHelper.mInstrumentation, constant in android.tools.device.flicker.rules.LaunchAppRule
/platform_testing/libraries/flicker/src/android/tools/device/flicker/junit/
DAbstractFlickerRunnerDecorator.kt28 protected val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation() constant in android.tools.device.flicker.junit.AbstractFlickerRunnerDecorator
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DOpenApp.java85 public GenericAppHelperImpl(Instrumentation instrumentation) { in GenericAppHelperImpl()

123