Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 25 of 71) 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/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/libraries/app-helpers/handheld/performance-launch-app-helper/src/android/platform/helpers/
DPerformanceLaunchHelperImpl.java24 public PerformanceLaunchHelperImpl(Instrumentation instrumentation) { in PerformanceLaunchHelperImpl()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt50 val instrumentation = Mockito.mock(Instrumentation::class.java) in sendsInstrumentationUpdatesOWhenComputingTestMethods() constant
113 val instrumentation = Mockito.mock(Instrumentation::class.java) in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant
163 val instrumentation = Mockito.mock(Instrumentation::class.java) in handleDuplicateFlickerMethods() constant
/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/sts-common-util/device-side/tests/src/com/android/sts/common/util/
DDumpsysUtilsTest.java55 Instrumentation instrumentation = getInstrumentation(); in setUp() local
/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/flicker/legacy/
DFlickerTestDataImpl.kt35 override val instrumentation: Instrumentation, constant in android.tools.flicker.legacy.FlickerTestDataImpl
/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/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/sts-common-util/device-side/src/com/android/sts/common/
DSystemUtil.java50 Instrumentation instrumentation, in withSetting()
/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DLaunchAppRule.kt46 private val instrumentation: Instrumentation = appHelper.instrumentation, constant in android.tools.flicker.rules.LaunchAppRule
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DAbstractFlickerRunnerDecorator.kt27 protected val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation() constant in android.tools.flicker.junit.AbstractFlickerRunnerDecorator
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DOpenApp.java85 public GenericAppHelperImpl(Instrumentation instrumentation) { in GenericAppHelperImpl()
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/generic/
DIdleInAppMicrobenchmark.java89 public GenericAppHelperImpl(Instrumentation instrumentation) { in GenericAppHelperImpl()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDexTestRunner.java83 Instrumentation instrumentation, in DexTestRunner()
255 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()

123