Home
last modified time | relevance | path

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

/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DDPadHelper.java32 private DPadHelper(Instrumentation instrumentation) { in DPadHelper()
36 public static DPadHelper getInstance(Instrumentation instrumentation) { in getInstance()
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DSysAppTestHelper.java70 private Instrumentation instrumentation = null; field in SysAppTestHelper
81 private SysAppTestHelper(UiDevice mDevice, Instrumentation instrumentation) { in SysAppTestHelper()
92 public static SysAppTestHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
/platform_testing/tests/jank/ime_wear/src/com/android/wearable/ime/janktests/
DIMEJankTestsHelper.java67 private IMEJankTestsHelper(UiDevice device, Instrumentation instrumentation) { in IMEJankTestsHelper()
72 public static IMEJankTestsHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance()
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java72 Instrumentation instrumentation) { in ExternalStorageHelper()
80 UiAutomation uiAutomation, Instrumentation instrumentation) { in getInstance()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java433 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase()
487 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()