Home
last modified time | relevance | path

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

12

/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/flicker/test/src/com/android/server/wm/flicker/
DUiDeviceExtensionsTest.kt43 val instrumentation = InstrumentationRegistry.getInstrumentation() in getCurrState() constant
50 val instrumentation = InstrumentationRegistry.getInstrumentation() in getCurrStateDump() constant
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DShellPrivilege.kt27 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DClassMetricRule.java57 ClassMetricRule(Bundle args, Instrumentation instrumentation) { in ClassMetricRule()
DStopwatchRule.java94 void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/service/
DFassMockTest.kt36 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.server.wm.flicker.service.FassMockTest
DRotationMockTest.kt37 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.server.wm.flicker.service.RotationMockTest
DTraceIsTaggableTest.kt40 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.server.wm.flicker.service.TraceIsTaggableTest
DFlickerMetricsCollectorRuleTest.kt41 private val instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() 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/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DSysAppTestHelper.java54 private Instrumentation instrumentation = null; field in SysAppTestHelper
61 private SysAppTestHelper(UiDevice mDevice, Instrumentation instrumentation) { in SysAppTestHelper()
68 public static SysAppTestHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
DWatchFaceHelper.java56 private WatchFaceHelper(UiDevice device, Instrumentation instrumentation) { in WatchFaceHelper()
61 public static WatchFaceHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
/platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
DTouchLatencyHelper.java54 private TouchLatencyHelper(UiDevice mDevice, Instrumentation instrumentation) { in TouchLatencyHelper()
59 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()
/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/sts-common-util/device-side/src/com/android/sts/common/
DSystemUtil.java41 public static AutoCloseable withSetting(Instrumentation instrumentation, final String namespace, in withSetting()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/rules/
DLaunchAppRule.kt38 private val instrumentation: Instrumentation = appHelper.mInstrumentation, constant in com.android.server.wm.flicker.rules.LaunchAppRule
/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/flicker/test/src/com/android/server/wm/flicker/monitor/
DTraceMonitorTest.kt37 protected val instrumentation = InstrumentationRegistry.getInstrumentation() in getMonitor() constant in com.android.server.wm.flicker.monitor.TraceMonitorTest
/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()

12