summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/index.jd
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2015-03-11 23:30:58 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-11 23:30:58 +0000
commit77eb85e14fb37a67af2eaf120e1c866dee64ad2c (patch)
tree01cd321868da2c9423d1d32ba2c4cec30afbb622 /docs/html/tools/help/index.jd
parentdd7d025b97aa09723f1695f23b85d1d926cb7ea1 (diff)
parentc706a980e426ea0e0b6aaee5530516b1a16c3755 (diff)
downloadframeworks_base-77eb85e14fb37a67af2eaf120e1c866dee64ad2c.zip
frameworks_base-77eb85e14fb37a67af2eaf120e1c866dee64ad2c.tar.gz
frameworks_base-77eb85e14fb37a67af2eaf120e1c866dee64ad2c.tar.bz2
am c706a980: am a236a49e: am 47426f1c: Merge "docs: Added overview page and Javadocs for the Android Testing Support Library." into lmp-docs
* commit 'c706a980e426ea0e0b6aaee5530516b1a16c3755': docs: Added overview page and Javadocs for the Android Testing Support Library.
Diffstat (limited to 'docs/html/tools/help/index.jd')
-rw-r--r--docs/html/tools/help/index.jd24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/html/tools/help/index.jd b/docs/html/tools/help/index.jd
index 75324b7..4c97d0c 100644
--- a/docs/html/tools/help/index.jd
+++ b/docs/html/tools/help/index.jd
@@ -70,11 +70,6 @@ avd</code>) the emulator (<code>emulator</code>), and the Dalvik Debug Monitor S
an emulator instance or connected Android-powered device. It also provides access to the
device shell for advanced command-line operations.</dd>
- <dt><a href="{@docRoot}tools/help/uiautomator/index.html">uiautomator</a></dt>
- <dd>The {@code uiautomator} testing framework lets you test your user interface (UI) efficiently
- by creating automated functional UI testcases that can be run against your app on one or
- more devices.</dd>
-
<dt><a href="{@docRoot}tools/debugging/ddms.html">Dalvik Debug Monitor
Server (ddms)</a></dt>
<dd>Lets you debug Android applications.</dd>
@@ -95,25 +90,6 @@ with Traceview and dmtracedump</a></dd>
<dd>Converts the HPROF file that is generated by the Android SDK tools to a standard format so
you can view the file in a profiling tool of your choice.</dd>
-
- <dt><a href="{@docRoot}tools/help/monkey.html">Monkey</a></dt>
- <dd>Runs on your emulator or device and generates pseudo-random streams of user events such
-as clicks, touches, or gestures, as well as a number of system-level events. You can use the Monkey
-to stress-test applications that you are developing, in a random yet repeatable manner.
- <ul>
- <li><a href="{@docRoot}tools/help/MonkeyDevice.html"><span
-class="en">MonkeyDevice</span></a></li>
- <li><a href="{@docRoot}tools/help/MonkeyImage.html"><span
-class="en">MonkeyImage</span></a></li>
- <li><a href="{@docRoot}tools/help/MonkeyRunner.html"><span
-class="en">MonkeyRunner</span></a></li>
- </ul>
- </dd>
-
- <dt><a href="{@docRoot}tools/help/monkeyrunner_concepts.html">monkeyrunner</a></dt>
- <dd>Provides an API for writing programs that control an Android device or emulator from
-outside of Android code.</dd>
-
<dt><a href="{@docRoot}tools/help/systrace.html">Systrace</a></dt>
<dd>Lets you analyze the execution of your application in the context of system processes,
to help diagnose display and performance issues.</dd>