Home
last modified time | relevance | path

Searched refs:injectInstrumentation (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java58 sInstance.injectInstrumentation(instrumentation); in getInstance()
68 public void injectInstrumentation(Instrumentation instrumentation) { in injectInstrumentation() method in CommandsHelper
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java209 injectInstrumentation(test); in onCreate()
272 private void injectInstrumentation(Test test) { in injectInstrumentation() method in AuptTestRunner
276 instrTest.injectInstrumentation(AuptTestRunner.this); in injectInstrumentation()