Home
last modified time | relevance | path

Searched refs:instrument (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/overlaytests/
Druntests.sh54 function instrument() function
59 …$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"
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_otheride.jd331 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>, and
340 To run a test with <code>am instrument</code>:
352 $ adb shell am instrument -w &lt;test_package_name&gt;/&lt;runner_class&gt;
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] &lt;test_package&gt;/&lt;runner_class&gt;
381 The main input parameters to <code>am instrument</code> are described in the following table:
[all …]
/frameworks/base/core/tests/systemproperties/
Drun_core_systemproperties_test.sh24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretest…
/frameworks/base/tests/SmokeTest/
DREADME7 adb shell am instrument \
/frameworks/base/docs/html/guide/developing/tools/
DMonkeyDevice.jd186 <a href="#instrument">instrument</a>
713 <A NAME="instrument"></A>
719 <span class="sympad">instrument</span>
/frameworks/base/docs/html/guide/developing/building/
Dbuilding-cmdline.jd334 <dt><code>ant instrument</code>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd56 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
/frameworks/base/docs/html/resources/tutorials/testing/
Dactivity_test.jd1335 $ adb shell am instrument -w com.android.example.spinner.test/android.test.InstrumentationTestRunner