summaryrefslogtreecommitdiffstats
path: root/test-runner
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-08-07 14:05:28 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-07 14:05:28 -0700
commitb53e9b42c302a5c5ccd837aece6bfffdf0cb5bf2 (patch)
tree78387317c5d39b36b1fabce81eacde277adcd109 /test-runner
parent4224790ffac80b7777ebeeed7474c3111a7add49 (diff)
parenta8583c2934836572632bb82d1fe7607392d4ca72 (diff)
downloadframeworks_base-b53e9b42c302a5c5ccd837aece6bfffdf0cb5bf2.zip
frameworks_base-b53e9b42c302a5c5ccd837aece6bfffdf0cb5bf2.tar.gz
frameworks_base-b53e9b42c302a5c5ccd837aece6bfffdf0cb5bf2.tar.bz2
am a8583c29: am 40eee61e: docs: fix broken links and update sitemap text file
* commit 'a8583c2934836572632bb82d1fe7607392d4ca72': docs: fix broken links and update sitemap text file
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/src/android/test/ServiceTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/src/android/test/ServiceTestCase.java b/test-runner/src/android/test/ServiceTestCase.java
index eaace27..d8ced38 100644
--- a/test-runner/src/android/test/ServiceTestCase.java
+++ b/test-runner/src/android/test/ServiceTestCase.java
@@ -216,7 +216,7 @@ public abstract class ServiceTestCase<T extends Service> extends AndroidTestCase
* the service. The flag is assumed to be {@link android.content.Context#BIND_AUTO_CREATE}.
* </p>
* <p>
- * See <a href="{@docRoot}guide/developing/tools/aidl.html">Designing a Remote Interface
+ * See <a href="{@docRoot}guide/components/aidl.html">Designing a Remote Interface
* Using AIDL</a> for more information about the communication channel object returned
* by this method.
* </p>