/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/ |
D | CommandsHelper.java | 39 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/ |
D | PackageHelper.java | 35 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/ |
D | UiDeviceExtensionsTest.kt | 41 val instrumentation = InstrumentationRegistry.getInstrumentation() in getCurrState() constant 48 val instrumentation = InstrumentationRegistry.getInstrumentation() in getCurrStateDump() constant
|
D | TransitionRunnerTest.kt | 33 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/monitor/ |
D | WindowAnimationFrameStatsMonitorTest.kt | 33 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant
|
D | TraceMonitorTest.kt | 37 protected val instrumentation = InstrumentationRegistry.getInstrumentation() in getMonitor() constant
|
/platform_testing/libraries/app-helpers/handheld/business-card-app-helper/src/android/platform/helpers/ |
D | BusinessCardHelperImpl.java | 24 public BusinessCardHelperImpl(Instrumentation instrumentation) { in BusinessCardHelperImpl()
|
/platform_testing/libraries/app-helpers/handheld/performance-launch-app-helper/src/android/platform/helpers/ |
D | PerformanceLaunchHelperImpl.java | 24 public PerformanceLaunchHelperImpl(Instrumentation instrumentation) { in PerformanceLaunchHelperImpl()
|
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ |
D | SysAppTestHelper.java | 54 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()
|
D | WatchFaceHelper.java | 56 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/ |
D | TouchLatencyHelper.java | 54 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/ |
D | AppIsNotRespondingWatcher.java | 35 public AppIsNotRespondingWatcher(Instrumentation instrumentation) { in AppIsNotRespondingWatcher()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/ |
D | SendToInstrumentation.java | 63 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) { in sendStatus()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | StopwatchRule.java | 76 void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | ILeanbackLauncherStrategy.java | 35 public void setInstrumentation(Instrumentation instrumentation); in setInstrumentation()
|
D | IAutoLauncherStrategy.java | 25 void setInstrumentation(Instrumentation instrumentation); in setInstrumentation()
|
D | LauncherStrategyFactory.java | 61 public static LauncherStrategyFactory getInstance(Instrumentation instrumentation) { in getInstance()
|
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/ |
D | OpenApp.java | 85 public GenericAppHelperImpl(Instrumentation instrumentation) { in GenericAppHelperImpl()
|
/platform_testing/libraries/telephony-utility/src/android/telephony/utility/ |
D | SimCardUtil.java | 81 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getSimCardInformation() local
|
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/generic/ |
D | IdleInAppMicrobenchmark.java | 89 public GenericAppHelperImpl(Instrumentation instrumentation) { in GenericAppHelperImpl()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DexTestRunner.java | 83 Instrumentation instrumentation, in DexTestRunner() 255 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
|
D | DataCollector.java | 36 private final Instrumentation instrumentation; field in DataCollector
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/rules/ |
D | ChangeDisplayOrientationRule.kt | 32 private val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.server.wm.flicker.rules.ChangeDisplayOrientationRule
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | ProfileSuite.java | 60 Instrumentation instrumentation, Context context, Bundle arguments) in ProfileSuite()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/ |
D | WindowAnimationFrameStatsMonitor.kt | 33 private val instrumentation: Instrumentation constant in com.android.server.wm.flicker.monitor.WindowAnimationFrameStatsMonitor
|