Lines Matching full:shell
83 <p>The am command is a command-line interface to the ActivityManager (see <a href="http://code.google.com/android/reference/android/app/ActivityManager.html">http://code.google.com/android/reference/android/app/ActivityManager.html</a> for details). <code>am</code> is used to start and instrument activities using the adb shell command, as shown in the snippet below:</p>
85 > adb shell am
94 > adb shell am start -n com.google.android.contacts/.ContactsActivity
125 <li> Use the adb shell <code>am</code> command to run them. </li>
129 $ adb shell am instrument -w com.google.android.frameworktest/.tests.FrameworkInstrumentationTestRunner
156 $ adb shell am instrument -w \
173 $ adb shell am instrument -w \
188 $ adb shell am instrument -w \
205 $ adb shell am instrument -w \
222 $ adb shell am instrument -w \
242 $ adb shell am instrument -w \
316 "adb shell am instrument -w com.android.samples.tests/android.test.InstrumentationTestRunner"
327 $ adb shell am instrument -w \