Searched refs:instrument (Results 1 – 8 of 8) sorted by relevance
54 function instrument() function59 …$adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTe…79 instrument "com.android.overlaytest.WithoutOverlayTest"86 instrument "com.android.overlaytest.WithOverlayTest"
331 shell on your device or emulator, and then in the shell run the <code>am instrument</code>335 As a shortcut, you can start an <code>adb</code> shell, call <code>am instrument</code>, and340 To run a test with <code>am instrument</code>:352 $ adb shell am instrument -w <test_package_name>/<runner_class>368 This operation starts an <code>adb</code> shell, then runs <code>am instrument</code>371 <code>am instrument</code>. These flags are described in the next section.373 <h2 id="AMSyntax">Using the am instrument Command</h2>375 The general syntax of the <code>am instrument</code> command is:378 am instrument [flags] <test_package>/<runner_class>381 The main input parameters to <code>am instrument</code> are described in the following table:[all …]
24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretest…
7 adb shell am instrument \
186 <a href="#instrument">instrument</a>713 <A NAME="instrument"></A>719 <span class="sympad">instrument</span>
334 <dt><code>ant instrument</code>
56 data each of which are typically associated with a specific instrument. </p>283 a custom set of DLS instruments using an instrument editor that supports the
1335 $ adb shell am instrument -w com.android.example.spinner.test/android.test.InstrumentationTestRunner