diff --git a/docs/html/guide/topics/testing/contentprovider_testing.jd b/docs/html/guide/topics/testing/contentprovider_testing.jd
index 893b5c9b43299..279e34715aa40 100644
--- a/docs/html/guide/topics/testing/contentprovider_testing.jd
+++ b/docs/html/guide/topics/testing/contentprovider_testing.jd
@@ -169,9 +169,7 @@ page.title=Content Provider Testing
Note Pad sample,
for example, features a provider that offers one URI for retrieving a list of notes,
another for retrieving an individual note by it's database ID, and a third for
- displaying notes in a live folder. The sample test package for Note Pad,
- Note Pad Test, has
- unit tests for two of these URIs.
+ displaying notes in a live folder.
Test invalid URIs: Your unit tests should deliberately call the provider with an
diff --git a/docs/html/guide/topics/testing/index.jd b/docs/html/guide/topics/testing/index.jd
index 42a9db59f1f72..b75656f143925 100644
--- a/docs/html/guide/topics/testing/index.jd
+++ b/docs/html/guide/topics/testing/index.jd
@@ -61,12 +61,6 @@ page.title=Testing
Samples
- -
- Note Pad Test is a test
- package for the Note Pad sample
- application. It provides a simple example of unit testing
- a {@link android.content.ContentProvider}.
-
-
The Alarm Service Test
is a test package for the Alarm
diff --git a/docs/html/guide/topics/testing/testing_android.jd b/docs/html/guide/topics/testing/testing_android.jd
index 1d5f9116afe10..2a4c9492685a2 100755
--- a/docs/html/guide/topics/testing/testing_android.jd
+++ b/docs/html/guide/topics/testing/testing_android.jd
@@ -644,12 +644,6 @@ page.title=Testing Fundamentals
It guides you through a more complex testing scenario that you develop against a
more realistic application.
- -
- The sample test package
- Note Pad Test is an example of
- testing a {@link android.content.ContentProvider}. It contains a set of unit tests for the
- Note Pad sample application's {@link android.content.ContentProvider}.
-
-
The sample test package
Alarm Service Test is an example of testing a {@link android.app.Service}. It contains