• Home
  • History
  • Annotate
  • only in /frameworks/base/tests/CoreTests/android/
History log of /frameworks/base/tests/CoreTests/android/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b72d8b4091ab31948c91b0382a9b46afdc7ef7da 18-Mar-2014 Christopher Lane <lanechr@google.com> Add support for custom TXT records in NSD

Change-Id: I8e6dc9852ad4d273c71ad6a63a7fbd28a206806d
ore/NsdServiceInfoTest.java
d394355d75ba4526adf3509a9e5d8d63acf86a7c 14-Oct-2013 Torne (Richard Coles) <torne@google.com> Delete HttpHeaderTest.testCacheControlMultipleArguments.

This test depends on internals of the old WebView to work which have
already been removed. It doesn't appear to be testing anything useful.

Bug: 10427705
Change-Id: I5e93b212c33f22776050b6e1ec639e23f41a1d4a
ore/HttpHeaderTest.java
12e752225aa96888358294be0d725d499a1c9f03 24-Apr-2013 Kenny Root <kroot@google.com> Track change to JSSE provider

Change-Id: I35e824e47ad758ab6408e91e2ba5dcda053a82f5
ndroid.mk
ore/SSLSocketTest.java
0102c21f6b46ac0f62bf43081ebdd7644fb4305e 13-Dec-2011 Jesse Wilson <jessewilson@google.com> Track libcore tests moving from frameworks/base to libcore.

Bug: http://b/3073226
Change-Id: I07076e6ed74fcae5482dff477ed102c770c197c9
ore/CharArrayWriterTest.java
ore/ClassLoaderTest.java
ore/ClassTest.java
ore/MiscRegressionTest.java
ore/RegexTest.java
43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 07-Apr-2011 Joe Onorato <joeo@google.com> Remove the deprecated things from Config.java. These haven't been working since before 1.0.

Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
ore/TestEventHandler.java
5db7fd6b70f47f31fbc59f92907b9807f9c4e64d 30-Mar-2011 Brad Fitzpatrick <bradfitz@android.com> am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."

* commit 'f7a9b8691918642db74a667a71028c0a77b527ff':
Error in compound cache-control header.
eb0ced7a094df2c73e052a066535f4359b11a92d 16-Aug-2010 Henrik Baard <henrik.baard@sonyericsson.com> Error in compound cache-control header.

A cache control header containing both no-cache and max-age attribute does not
behave as expected.

Cache-Control: no-cache, max-age=200000

Will set expired to 20000ms seconds, ignoring the no-cache header. My
interpretation is that the no-cache header should not be ignored in
this case.

Change-Id: Iadd1900e4d2c6c0dacc6bb3e7b944cf78ca9b266
ore/HttpHeaderTest.java
74815d332c86acccf182533f0c4c4b608d34fd30 10-Feb-2011 Jesse Wilson <jessewilson@google.com> Remove SSLPerformanceTest and DatabaseSessionCache.

These aren't being run.

Change-Id: I9afc617a424c675578185ac66a4f6ac3af9afacf
ore/DatabaseSessionCache.java
ore/SSLPerformanceTest.java
929a1c219248b62778807cac8ea256c7ac0fda6a 02-Feb-2011 Brian Carlstrom <bdc@google.com> Removing android.security.MessageDigest

Bug: 3392028
Change-Id: I6b9732da17d086ba00c846c3ad1c7fb39baf9502
ore/Sha1Test.java
f3efdf50135fa0421b015434002fff314fd9b583 21-Jan-2011 Jesse Wilson <jessewilson@google.com> Move URLTest tests to libcore.

These tests were migrated to libcore in change ID I5a6bcdf1c03d0c36b11552ae086d0dece0440f64.

Change-Id: Idc2d8fc3681b77c9a4c19a192a202bc556a48d23
ore/URLTest.java
d3b8eb098d88c15173586cf034ed977decdb7685 12-Jan-2011 Carl Shapiro <cshapiro@google.com> Remove minimum heap size test now that the underlying interface is gone.

Change-Id: I4431247286dfd93ad0c3af9ebbba2ece92c35308
ore/HeapTest.java
ffcac1a127687a0ff14099e1b20010bd120c4a9f 10-Jan-2011 Elliott Hughes <enh@google.com> Remove tests for dead API.

We removed the implementation, so there's no point trying to test it. (The
methods are still there for binary compatibility, which is why this still
compiled.)

Change-Id: I51f392f3dab542fca0c80fab4974354e2c689b9e
ore/HeapTest.java
bd1c5da28dab9c3fb7e19bdadb22d7ad960fa3c3 21-Dec-2010 Jesse Wilson <jessewilson@google.com> Remove unused performance tests.

Change-Id: I5a252e314831716f99ce5fbb32d983c7473ee787
ore/AndroidPerformanceTests.java
ore/ArrayListPerformanceTest.java
ore/HashMapPerfTest.java
ore/HashMapPerformanceTest.java
ore/HashSetTest.java
ore/HashtableTest.java
ore/JavaPerformanceTests.java
ore/LinkedListTest.java
ore/MathPerformanceTest.java
ore/PerformanceTests.java
ore/TreeMapPerformanceTest.java
ore/TreeSetTest.java
ore/VectorTest.java
ab9b6285a06f15b2dfc961e56acfb00d5c600a7f 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Merge "Move 41 tests to libcore, closer to the tested code. (2nd half)"
29ac247d21a15797bc4b3cc56d25f2fc81406538 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Move 41 tests to libcore, closer to the tested code. (2nd half)

Change-Id: I18650718a7e49c84a0cc3c5b0c1172c71d2d54cf
http://b/3073226
ore/ArrayListTest.java
ore/BooleanTest.java
ore/BufferedInputStreamTest.java
ore/BufferedOutputStreamTest.java
ore/BufferedReaderTest.java
ore/BufferedWriterTest.java
ore/ByteArrayInputStreamTest.java
ore/ByteArrayOutputStreamTest.java
ore/CharArrayReaderTest.java
ore/ChecksumTest.java
ore/DataInputStreamTest.java
ore/DataOutputStreamTest.java
ore/DatagramTest.java
ore/DeflateTest.java
ore/EnumTest.java
ore/FileTest.java
ore/FloatDoubleTest.java
ore/GZIPStreamTest.java
ore/IOUtil.java
ore/InputStreamReaderTest.java
ore/InstanceofTest.java
ore/LineNumberReaderTest.java
ore/LocaleTest.java
ore/MathTest.java
ore/MonitorTest.java
ore/NIOTest.java
ore/OutputStreamWriterTest.java
ore/ParseIntTest.java
ore/PipedStreamTest.java
ore/PrintWriterTest.java
ore/PushbackInputStreamTest.java
ore/PushbackReaderTest.java
ore/ReflectArrayTest.java
ore/SerializationTest.java
ore/StreamTokenizerTest.java
ore/StrictMathTest.java
ore/StringReaderTest.java
ore/StringWriterTest.java
ore/TreeMapTest.java
ore/URITest.java
ore/ZipFileTest.java
ore/ZipStreamTest.java
437afa8c4a21f4167a69f68e21163dea0340fe63 14-Dec-2010 Jesse Wilson <jessewilson@google.com> Move HashMapTest from frameworks/base to libcore (second half)

Change-Id: I178e376ab12d82e23a8b0ddd267a6c150c9bbddf
http://b/3073226
ore/HashMapTest.java
6190ba5a94ce80ee9bec890d4803e8136c60b921 08-Oct-2010 Elliott Hughes <enh@google.com> Merge "NIOTest fixes."
ddd49c28b0280ee8468e94a8a2c4420c89e504e7 08-Oct-2010 Elliott Hughes <enh@google.com> NIOTest fixes.

I've also broken the test up a bit, so it's easier to see what's failing.
(For the particular bug I'm investigating, only heap byte[]-backed Buffers
are broken.)

Bug: 3066167
Change-Id: I2f747414bd48eb8c666da5b31870bf39601911e2
ore/NIOTest.java
111a4135d84485eff85bbca6a96cd91886deb7ba 05-Oct-2010 Brett Chabot <brettchabot@android.com> am b9a40068: Merge "Failing test cleanup." into gingerbread

Merge commit 'b9a40068b590b86904b40bf466571b140d0f94b4' into gingerbread-plus-aosp

* commit 'b9a40068b590b86904b40bf466571b140d0f94b4':
Failing test cleanup.
2ad24f944ee68c6e14f3a214f0eef60f8cdb9eb8 05-Oct-2010 Brett Chabot <brettchabot@android.com> Failing test cleanup.

Change-Id: I7cabc6ff2ec1fcb80dede5da03b03622a5bae021
ore/MiscRegressionTest.java
0535d8577fb2a3687428f462c591ae3220e1f773 14-Sep-2010 Brian Carlstrom <bdc@google.com> am 94126238: Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread

Merge commit '94126238427f04ecb86fe6832113afb2f04e89b5' into gingerbread-plus-aosp

* commit '94126238427f04ecb86fe6832113afb2f04e89b5':
Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments
2c42c8fbaf02be1f3ea6298077128d0c419526f0 14-Sep-2010 Brian Carlstrom <bdc@google.com> Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments

Bug: 2672817

Change-Id: If5f10fa16eaf5676a0c1540463759cd4e0e837de
ore/SSLPerformanceTest.java
ore/SSLSocketTest.java
90b3135d8b2471990412d79dce4ee6390118d8d3 25-Aug-2010 Brian Carlstrom <bdc@google.com> am 4d672988: Merge "Remove "StringTest.java"." into gingerbread

Merge commit '4d672988fed7fbdd887fe78603fa2eaf713031ad' into gingerbread-plus-aosp

* commit '4d672988fed7fbdd887fe78603fa2eaf713031ad':
Remove "StringTest.java".
5c8e760bcb6a8d4a56f7d21c71afec86dac09cb8 25-Aug-2010 Brian Carlstrom <bdc@google.com> Remove "StringTest.java".

This only tests stuff that's already better tested in dalvik/libcore, plus
private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this
is the only caller of.

Conflicts:

tests/CoreTests/android/core/StringTest.java

git cherry-pick -e 935022a99dac5454fc478e221b6392f3ba467009

Change-Id: I0bd172f2703bbcd6381920d40244165234fef4a1
ore/JavaPerformanceTests.java
ore/StringTest.java
1b7e4d5adcc2737bc11bfbf42a88a02d6df984e0 05-Aug-2010 Brian Carlstrom <bdc@google.com> am 4ae1e382: Merge "Tracking merge of dalvik-dev to gingerbread" into gingerbread

Merge commit '4ae1e382f4b6c5bb9e757f35f82ad48dc02c32af' into gingerbread-plus-aosp

* commit '4ae1e382f4b6c5bb9e757f35f82ad48dc02c32af':
Tracking merge of dalvik-dev to gingerbread
3c7c351a6217ac48b741740167c201a679a0ca65 05-Aug-2010 Brian Carlstrom <bdc@google.com> Tracking merge of dalvik-dev to gingerbread

git cherry-pick --no-commit f77cf7f0
git cherry-pick --no-commit c8f503b5285e30c1a881d0ba860ba9021f57d113
git cherry-pick --no-commit 570bb561
git cherry-pick --no-commit e2417541
git cherry-pick --no-commit e4d81f25bd4dc1a5c909b56ab56a56406290da30
git cherry-pick --no-commit 5e8a587d

Change-Id: I101a385d43f3e0f4ce5352217f92ef67a3908c88
ndroid.mk
ore/CryptoTest.java
ore/SSLPerformanceTest.java
ore/SSLSocketTest.java
3fb33c7262a35f844e152441379fe93c53211e85 15-Jul-2010 Romain Guy <romainguy@android.com> Merge "Added method getPreferredHttpHost"
2986f858ae6c6cc8a84614083661d1a2e2108aee 16-Jun-2010 Andreas Sandblad <andreas.sandblad@sonyericsson.com> Added method getPreferredHttpHost

Added method for returning preferred proxy which takes both
localhost and Wi-Fi into account. This is a convenient method
to clients which only wants to set a correct proxy and don't
want to build in dependency to if Wi-Fi is active or not.
Currently no Wi-Fi proxy is supported by the system, but once
added, this method could return a suitable proxy for Wi-Fi.

Change-Id: I8c9c2879351fd25a20ea82a2cb000f226248c357
ndroidManifest.xml
ore/ProxyTest.java
c692e8c4da1c5e481ec8564839d47576e643f50c 13-Jul-2010 Henrik Baard <henrik.baard@sonyericsson.com> Make HTTP Header class handle multiple cache-control fields.

The HTTP specification states the following about the fields:
Multiple message-header fields with the same field-name MAY be present
in a message if and only if the entire field-value for that header field
is defined as a comma-separated list [i.e., #(values)]. It MUST be
possible to combine the multiple header fields into one "field-name:
field-value" pair, without changing the semantics of the message, by
appending each subsequent field-value to the first, each separated by a
comma. The order in which header fields with the same field-name are
received is therefore significant to the interpretation of the combined
field value, and thus a proxy MUST NOT change the order of these field
values when a message is forwarded.

Change-Id: I1a6fe5cc8f541f8e80d559641d270d09eac9d85c
ore/HttpHeaderTest.java
0dc59e78e18493aecd37427531d093e800846c3e 02-Apr-2010 Brett Chabot <brettchabot@android.com> More framework tests cleanup.

Move all tests for android.* classes from tests/AndroidTests and
tests/CoreTests into framework/base/<core|graphics>/tests.

Consolidate all tests for java.* classes to tests/CoreTests.
Eventually hopefully these will be moved to dalvik/ somewhere.

Remove tests/AndroidTests entirely.

Change-Id: I86584d086ab7bd045bb38a10b699907805298a95
ontent/SyncQueueTest.java
ore/AndroidPerformanceTests.java
ore/ArrayListPerformanceTest.java
ore/HashMapPerformanceTest.java
ore/HashSetTest.java
ore/HashtableTest.java
ore/HeapTest.java
ore/InstanceofTest.java
ore/JavaPerformanceTests.java
ore/JniLibTest.java
ore/LinkedListTest.java
ore/MathPerformanceTest.java
ore/MonitorTest.java
ore/PerformanceTests.java
ore/SerializationTest.java
ore/StringTest.java
ore/TestHttpClient.java
ore/TreeMapPerformanceTest.java
ore/TreeSetTest.java
ore/VectorTest.java
raphics/ColorStateListTest.java
raphics/drawable/StateListDrawableTest.java
es/color/color1.xml
es/color/color_no_default.xml
es/values/colors.xml
iew/MockView.java
778ce486656a00c21ae9b51cda1f504fc11004f6 09-Feb-2010 Brian Carlstrom <bdc@google.com> Issue 5697: getContextClassLoader returns a non-application classloader

ActivityThread should try to set the value for Java
Thread.getContextClassLoader to the PathClassLoader that loaded the
APK's classes so that Java frameworks that use the Java context class
loader, which is not to be confused with the
android.content.Context.getClassLoader which serves a similar purpose
in the Android framework.

However, we avoid setting the Java context ClassLoader to the APK's
PathClassLoader if there is a static indication that multiple packages
may share the VM, since they could load in an unpredictable order
leading to different values for the thread local Java context
ClassLoader. In this case, we instead use a specially created
WarningContextClassLoader that warns the user the first time the Java
context ClassLoader.

Currently the static indications that a package might share a VM with
other packages are the presence in the AndroidManifest of a
sharedUserId or requesting a non-default application process name.
ore/MiscRegressionTest.java
e70f61b1160e953e5e4d18d30a463fa9ba821779 19-Feb-2010 Brett Chabot <brettchabot@android.com> Retry test-runner tests move.

This time change the frameworks makefile so it only includes test-runner/src
in the public API.
ndroidManifest.xml
est/AndroidTestRunnerTest.java
est/InstrumentationTestRunnerTest.java
est/StubTestBrowserActivity.java
est/TestBrowserActivityTest.java
est/TestBrowserControllerImplTest.java
est/TestBrowserTests.java
est/TestCaseUtilTest.java
est/suitebuilder/AssignableFromTest.java
est/suitebuilder/InstrumentationTestSuiteBuilderTest.java
est/suitebuilder/ListTestCaseNames.java
est/suitebuilder/SmokeTestSuiteBuilderTest.java
est/suitebuilder/TestSuiteBuilderTest.java
est/suitebuilder/UnitTestSuiteBuilderTest.java
est/suitebuilder/annotation/HasAnnotationTest.java
est/suitebuilder/annotation/HasClassAnnotationTest.java
est/suitebuilder/annotation/HasMethodAnnotationTest.java
est/suitebuilder/examples/OuterTest.java
est/suitebuilder/examples/error/ErrorTest.java
est/suitebuilder/examples/error/FailingTest.java
est/suitebuilder/examples/instrumentation/InstrumentationTest.java
est/suitebuilder/examples/nested/Level1Test.java
est/suitebuilder/examples/nested/nested/Level2Test.java
est/suitebuilder/examples/simple/AnotherSimpleTest.java
est/suitebuilder/examples/simple/SimpleTest.java
est/suitebuilder/examples/smoke/NonSmokeTest.java
est/suitebuilder/examples/smoke/SmokeTest.java
est/suitebuilder/examples/subclass/SubclassTest.java
est/suitebuilder/examples/subclass/SuperclassTest.java
est/suitebuilder/examples/suppress/PartiallySuppressedTest.java
est/suitebuilder/examples/suppress/SuppressedTest.java
c1ca8c51c616d1517b18bf24feaa9f8f1430c835 19-Feb-2010 Brett Chabot <brettchabot@android.com> Revert "Move framework test-runner unit tests to be closer to their source."

This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
ndroidManifest.xml
est/AndroidTestRunnerTest.java
est/InstrumentationTestRunnerTest.java
est/StubTestBrowserActivity.java
est/TestBrowserActivityTest.java
est/TestBrowserControllerImplTest.java
est/TestBrowserTests.java
est/TestCaseUtilTest.java
est/suitebuilder/AssignableFromTest.java
est/suitebuilder/InstrumentationTestSuiteBuilderTest.java
est/suitebuilder/ListTestCaseNames.java
est/suitebuilder/SmokeTestSuiteBuilderTest.java
est/suitebuilder/TestSuiteBuilderTest.java
est/suitebuilder/UnitTestSuiteBuilderTest.java
est/suitebuilder/annotation/HasAnnotationTest.java
est/suitebuilder/annotation/HasClassAnnotationTest.java
est/suitebuilder/annotation/HasMethodAnnotationTest.java
est/suitebuilder/examples/OuterTest.java
est/suitebuilder/examples/error/ErrorTest.java
est/suitebuilder/examples/error/FailingTest.java
est/suitebuilder/examples/instrumentation/InstrumentationTest.java
est/suitebuilder/examples/nested/Level1Test.java
est/suitebuilder/examples/nested/nested/Level2Test.java
est/suitebuilder/examples/simple/AnotherSimpleTest.java
est/suitebuilder/examples/simple/SimpleTest.java
est/suitebuilder/examples/smoke/NonSmokeTest.java
est/suitebuilder/examples/smoke/SmokeTest.java
est/suitebuilder/examples/subclass/SubclassTest.java
est/suitebuilder/examples/subclass/SuperclassTest.java
est/suitebuilder/examples/suppress/PartiallySuppressedTest.java
est/suitebuilder/examples/suppress/SuppressedTest.java
12093976a4842a795491cfd2b1d3b71e18503f2d 19-Feb-2010 Brett Chabot <brettchabot@android.com> Move framework test-runner unit tests to be closer to their source.
Move the test-runner source into a separate src folder to accommodate the test
move.
ndroidManifest.xml
est/AndroidTestRunnerTest.java
est/InstrumentationTestRunnerTest.java
est/StubTestBrowserActivity.java
est/TestBrowserActivityTest.java
est/TestBrowserControllerImplTest.java
est/TestBrowserTests.java
est/TestCaseUtilTest.java
est/suitebuilder/AssignableFromTest.java
est/suitebuilder/InstrumentationTestSuiteBuilderTest.java
est/suitebuilder/ListTestCaseNames.java
est/suitebuilder/SmokeTestSuiteBuilderTest.java
est/suitebuilder/TestSuiteBuilderTest.java
est/suitebuilder/UnitTestSuiteBuilderTest.java
est/suitebuilder/annotation/HasAnnotationTest.java
est/suitebuilder/annotation/HasClassAnnotationTest.java
est/suitebuilder/annotation/HasMethodAnnotationTest.java
est/suitebuilder/examples/OuterTest.java
est/suitebuilder/examples/error/ErrorTest.java
est/suitebuilder/examples/error/FailingTest.java
est/suitebuilder/examples/instrumentation/InstrumentationTest.java
est/suitebuilder/examples/nested/Level1Test.java
est/suitebuilder/examples/nested/nested/Level2Test.java
est/suitebuilder/examples/simple/AnotherSimpleTest.java
est/suitebuilder/examples/simple/SimpleTest.java
est/suitebuilder/examples/smoke/NonSmokeTest.java
est/suitebuilder/examples/smoke/SmokeTest.java
est/suitebuilder/examples/subclass/SubclassTest.java
est/suitebuilder/examples/subclass/SuperclassTest.java
est/suitebuilder/examples/suppress/PartiallySuppressedTest.java
est/suitebuilder/examples/suppress/SuppressedTest.java
c5d1c6db61f208b206b260f897bb5bbc64be4d97 27-Jan-2010 Fred Quintana <fredq@google.com> add sync polling

- added the ability to specify that a sync (of account/authority/extras)
should occur at a given frequency
- the existing daily poll code was replaced with seeding each
account/authority with a 24 hour periodic sync
- enhanced the "adb shell dumpsys content" output to show the
periodic syncs and when they will next run
ontent/SyncQueueTest.java
809cf4481fd7b33c97a421c302ae1ab7e6b7bd76 03-Feb-2010 Elliott Hughes <enh@google.com> Remove "StringTest.java".

This only tests stuff that's already better tested in dalvik/libcore, plus
private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this
is the only caller of.
ore/StringTest.java
9d0f609251ccea1cee0fb32da6d449bdde317604 28-Jan-2010 Patrick Scott <phanna@android.com> There is no ../com directory and the build (find) agrees.
ndroid.mk
22e31e5b609136d5bf7d77b1dccd6b042b83ebdf 07-Jan-2010 Neal Nguyen <tommyn@google.com> Moving framework core tests closer to their source files.

Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
ontent/ObserverNodeTest.java
ontent/SyncStorageEngineTest.java
ore/AbstractJDBCDriverTest.java
ore/AtParserTest.java
ore/CoreTests.java
ore/JavaTests.java
ore/RecurrenceSetTest.java
ore/SQLiteJDBCDriverTest.java
atabase/MatrixCursorTest.java
ocation/LocationManagerProximityTest.java
ocation/LocationTest.java
til/DayOfMonthCursorTest.java
til/FloatMathTest.java
til/MonthDisplayHelperTest.java
til/StateSetTest.java
iew/FocusFinderTest.java
iew/ViewGroupAttributesTest.java
ebkit/UrlInterceptRegistryTest.java
307da1a46b4c9b711bafe8fbaaa6b98e8868c18e 21-Jan-2010 Fred Quintana <fredq@google.com> enhance the sync manager backoff logic and add support for retry-after

moved SyncQueue and SyncOperation into their own top-level classes
to ease maintainability and testing6

removed some dead code
ontent/SyncQueueTest.java
ae51f0a857a35d863925964458c258e4fb248312 13-Jan-2010 Neal Nguyen <tommyn@google.com> Merge "Framework Tests Cleanup: Removing CTS duplicate files"
edc5189c33de03f3e2f5f73edc0e007992b933c9 07-Jan-2010 Doug Zongker <dougz@android.com> change remaining frameworks/base Gservices to Secure settings

Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
ore/DatabaseSessionCache.java
a5411f5b8dde480dc30fcb6bb2d1cb9eb04b9ceb 24-Dec-2009 Neal Nguyen <tommyn@google.com> Framework Tests Cleanup: Removing CTS duplicate files

CookieTest.java is already included in CTS, so removing this one under frameworks.
ore/CoreTests.java
ebkit/CookieTest.java
ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d 18-Nov-2009 Dan Egnor <egnor@google.com> Create android-common static library which gets included in frameworks.jar,
but can also be used by unbundled apps. Move android.text.util.Regex there as
a starting example, renamed to a more sensible (?) com.android.common.Patterns.
Set up a corresponding test package, and move RegexTest (to PatternsTest).
Update clients.
ore/RegexTest.java
e78fcbac04f3b0a8e6a287db321abfc25b6131de 26-Sep-2009 Jesse Wilson <jessewilson@google.com> DO NOT MERGE: Cleaning up the PipedStreamTest
ore/PipedStreamTest.java
d0f80d445644bfc08b62339f01766b924e42dc4d 19-Sep-2009 Jesse Wilson <jessewilson@google.com> Setting the default HTTP user agent at runtime init.

I can't do this in HttpURLConnection directly, since that would
cause a forbidden dependency from Dalvik on Android.
ore/URLTest.java
d0990d4a782e6970f966b8d11fb4eebb1c43d01b 10-Sep-2009 Grace Kloba <klobag@google.com> The empty path and no path mean default path. So "a=d" should replace "a=c".
ebkit/CookieTest.java
5f5989de7cac3583a2217b03e9661d2abb1a1d70 22-Aug-2009 Ken Shirriff <kens@google.com> Add tests for RecurrenceSet.

Tests only cover populateContentValues. See bug 1594638
ore/RecurrenceSetTest.java
699c646839d45f6ae04a9c8a7ab2fd870995dffa 03-Aug-2009 Grace Kloba <klobag@google.com> fix the build. handleSslErrorRequest needs a return value now.
ore/TestEventHandler.java
ba58c6f22813941d1096a70418f06e4937767322 30-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> am ad346278: Merge change 8208 into donut

Merge commit 'ad346278fe129a341543d4a75bf9cc08c50742f8'

* commit 'ad346278fe129a341543d4a75bf9cc08c50742f8':
Removing MD2
ad346278fe129a341543d4a75bf9cc08c50742f8 29-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> Merge change 8208 into donut

* changes:
Removing MD2
1186bb1ecaf79402b8895d5bc5f23fdee0d7e922 22-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> am ae1ba650: Merge change 8227 into donut

Merge commit 'ae1ba650074ab7b9a73f4430c1fc3576a8199383'

* commit 'ae1ba650074ab7b9a73f4430c1fc3576a8199383':
Handle null in MatrixCursor.get*()
f2cec58d90381c05033f26add5693252e68f48f9 22-Jul-2009 Bjorn Bringert <bringert@android.com> Handle null in MatrixCursor.get*()

Before, if a column contained null, MatrixCursor.getString()
returned the string "null", and the get<Number>() methods
threw exceptions.

Now, getString() returns null, and get<Number>() return 0.

Fixes http://b/issue?id=1996628
atabase/MatrixCursorTest.java
c33bd02e0fcfc2c8cbfbbd108f970eb1943a578d 22-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> am 113eaa59: Merge change 8131 into donut

Merge commit '113eaa59c1dfafd548a13919e48c0346c0c925ac'

* commit '113eaa59c1dfafd548a13919e48c0346c0c925ac':
Fix android.core.FileTest#testFile: add sdcard write permission to test.
dbda5ceb49294e88333fd4521a691b6ff1474e88 22-Jul-2009 Urs Grob <ursg@google.com> Removing MD2
ore/CryptoTest.java
d0bff153776df65c28e5663ebea711b9cf5a9002 22-Jul-2009 Brett Chabot <brettchabot@google.com> Fix android.core.FileTest#testFile: add sdcard write permission to test.
ndroidManifest.xml
fe4fec7c66b0d956f008ead0fd899b588cfacb5d 14-Jul-2009 Patrick Scott <phanna@android.com> Remove all our old high priority knowledge since WebCore will manage it.

Also removed an unused variable in RequestQueue.java.
ore/RequestAPITest.java
8ba63601ab3aa4042f8801529cb629450aea4bc3 19-May-2009 Android (Google) Code Review <android-gerrit@google.com> am 15e74b9d: Merge change 1939 into donut

Merge commit '15e74b9da8b4cda11ee54da1e77a02d1a86c944a'

* commit '15e74b9da8b4cda11ee54da1e77a02d1a86c944a':
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
Fix build breakage
Revise the ImageButton class description to include information
Record statistics about whether HTTP connections are reused.
78a1c9067fec4664e36df5b0ccbc4e16979fcb35 19-May-2009 Brett Chabot <brettchabot@google.com> Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
ocation/LocationManagerProximityTest.java
86dbf0d798e54c8e1f8d8a87ae7e85b206959dd5 11-May-2009 Jorg Pleumann <nobody@android.com> am b4735b6: am 25f9637: AI 148665: Disabling a test that does not work a

Merge commit 'b4735b6c04c6bca3219115395748a1b5ef02ff6c'

* commit 'b4735b6c04c6bca3219115395748a1b5ef02ff6c':
AI 148665: Disabling a test that does not work as
b4735b6c04c6bca3219115395748a1b5ef02ff6c 11-May-2009 Jorg Pleumann <nobody@android.com> am 25f9637: AI 148665: Disabling a test that does not work as

Merge commit '25f963753ea762c12c74c0dcb861b023ac92177a' into donut

* commit '25f963753ea762c12c74c0dcb861b023ac92177a':
AI 148665: Disabling a test that does not work as
25f963753ea762c12c74c0dcb861b023ac92177a 11-May-2009 Jorg Pleumann <nobody@android.com> AI 148665: Disabling a test that does not work as
expected on a device with a SIM.
BUG=1657996

Automated import of CL 148665
ore/SocketTest.java
f9189f17d14a69145c6603b9eb5c5e00f55ea21a 07-May-2009 Android (Google) Code Review <android-gerrit@google.com> am 08d00b9: Merge change 1159 into donut

Merge commit '08d00b9ad794d9f627f1c2c4b282c3950806f4bd'

* commit '08d00b9ad794d9f627f1c2c4b282c3950806f4bd':
CoreTests: Fix LocationManagerProximityTest.
7f7840b41e1253b1bb03e40014611a37adec7c6c 07-May-2009 Mike Lockwood <lockwood@android.com> CoreTests: Fix LocationManagerProximityTest.

Signed-off-by: Mike Lockwood <lockwood@android.com>
ocation/LocationManagerProximityTest.java
7a1355950172b7a549820e9a2cd4a9b2099ec32f 06-May-2009 Dianne Hackborn <hackbod@google.com> merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581
231cc608d06ffc31c24bf8aa8c8275bdd2636581 28-Apr-2009 Dianne Hackborn <hackbod@google.com> Rewrite SyncStorageEngine to use flat files and in-memory data structures.

The previous implementation used a database for storing all of its state, which could cause
a significant amount of IO activity as its tables were updated through the stages of a sync.
This new implementation replaces that in-memory data structures, with hand-written code
for writing them to persistent storage.

There are now 4 files associated with this class, holding various pieces of its state that
should be consistent. These are everything from a main XML file of account information that
must always be retained, to a binary file of per-day statistics that can be thrown away at
any time. Writes of these files as scheduled at various times based on their importance of
the frequency at which they change.

Because the database no longer exists, there needs to be a new explicit interface for
interacting with the sync manager database. This is provided by new APIs on IContentService,
with a hidden method on ContentResolver to retrieve the IContentService so that various
system entities can use it. Other changes in other projects are required to update to the
new API.

The goal here is to have as little an impact on the code and functionality outside of
SyncStorageEngine, though due to the necessary change in API it is still somewhat extensive.
ontent/SyncStorageEngineTest.java
d9d2f1140b52fd0c014e9deac59f6000564b7e84 23-Apr-2009 Fred Quintana <fredq@google.com> change the sync framework and users to understand Account
ontent/SyncStorageEngineTest.java
810ec50a1e2c92c866a271c3597ec257688c0d82 14-Apr-2009 Yu Shan Emily Lau <> AI 146179: am: CL 145971 am: CL 145757 Suppress the flaky tests
Original author: yslau
Merged from: //branches/cupcake/...
Original author: android-build

Automated import of CL 146179
ore/LocaleTest.java
5a0e535782b10256810ea9d1b8b5c1cfbf41ba86 14-Apr-2009 Dan Bornstein <> AI 146178: am: CL 145970 am: CL 145743 Excise the "de" locale out of testResourceBundles(), leaving a
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...
Original author: android-build

Automated import of CL 146178
ore/LocaleTest.java
f78013cd5f6c0c490f8ed705468ced55d024875f 14-Apr-2009 Yu Shan Emily Lau <> AI 145971: am: CL 145757 Suppress the flaky tests
Original author: yslau
Merged from: //branches/cupcake/...

Automated import of CL 145971
ore/LocaleTest.java
6d20e257a7d2279ea20c07ee66b1e73eb1c7ea65 14-Apr-2009 Dan Bornstein <> AI 145970: am: CL 145743 Excise the "de" locale out of testResourceBundles(), leaving a
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...

Automated import of CL 145970
ore/LocaleTest.java
bf915241203d67e7e7c0239e007d5d846012870d 14-Apr-2009 Yu Shan Emily Lau <> AI 145971: am: CL 145757 Suppress the flaky tests
Original author: yslau
Merged from: //branches/cupcake/...

Automated import of CL 145971
ore/LocaleTest.java
43ed2b3ac4eefa6b120eb3e597c0d48a1d8c3bba 14-Apr-2009 Dan Bornstein <> AI 145970: am: CL 145743 Excise the "de" locale out of testResourceBundles(), leaving a
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...

Automated import of CL 145970
ore/LocaleTest.java
0b57d6cdb5092604b9ce10fd345f4f5fa4861335 11-Apr-2009 Yu Shan Emily Lau <> AI 145757: Suppress the flaky tests
BUG=174601,1569749

Automated import of CL 145757
ore/LocaleTest.java
960fe37a6add987a915468b0eec69712db25649d 10-Apr-2009 Dan Bornstein <> AI 145743: Excise the "de" locale out of testResourceBundles(), leaving a
TODO and long comment about the situation.
BUG=1746810

Automated import of CL 145743
ore/LocaleTest.java
ba87e3e6c985e7175152993b5efcc7dd2f0e1c93 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
ebkit/CookieTest.java
4df2423a947bcd3f024cc3d3a1a315a8dc428598 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
ebkit/UrlInterceptRegistryTest.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid.mk
ndroidManifest.xml
ontent/ObserverNodeTest.java
ontent/SyncStorageEngineTest.java
ore/AbstractJDBCDriverTest.java
ore/ArrayListTest.java
ore/AtParserTest.java
ore/BooleanTest.java
ore/BufferedInputStreamTest.java
ore/BufferedOutputStreamTest.java
ore/BufferedReaderTest.java
ore/BufferedWriterTest.java
ore/ByteArrayInputStreamTest.java
ore/ByteArrayOutputStreamTest.java
ore/CharArrayReaderTest.java
ore/CharArrayWriterTest.java
ore/ChecksumTest.java
ore/ClassLoaderTest.java
ore/ClassTest.java
ore/CoreTests.java
ore/CryptoTest.java
ore/DataInputStreamTest.java
ore/DataOutputStreamTest.java
ore/DatabaseSessionCache.java
ore/DatagramTest.java
ore/DeflateTest.java
ore/EnumTest.java
ore/FileTest.java
ore/FloatDoubleTest.java
ore/GZIPStreamTest.java
ore/HashMapPerfTest.java
ore/HashMapTest.java
ore/HttpConstants.java
ore/IOUtil.java
ore/InetAddrTest.java
ore/InputStreamReaderTest.java
ore/JavaTests.java
ore/LineNumberReaderTest.java
ore/LocaleTest.java
ore/LowLevelNetRunner.java
ore/MathTest.java
ore/MiscRegressionTest.java
ore/NIOTest.java
ore/OutputStreamWriterTest.java
ore/ParseIntTest.java
ore/PipedStreamTest.java
ore/PrintWriterTest.java
ore/PushbackInputStreamTest.java
ore/PushbackReaderTest.java
ore/ReflectArrayTest.java
ore/RegexTest.java
ore/RequestAPITest.java
ore/SQLiteJDBCDriverTest.java
ore/SSLPerformanceTest.java
ore/SSLSocketTest.java
ore/Sha1Test.java
ore/SocketTest.java
ore/StreamTokenizerTest.java
ore/StrictMathTest.java
ore/StringReaderTest.java
ore/StringTest.java
ore/StringWriterTest.java
ore/TestEventHandler.java
ore/TestWebData.java
ore/TestWebServer.java
ore/TreeMapTest.java
ore/URITest.java
ore/URLTest.java
ore/ZipFileTest.java
ore/ZipStreamTest.java
atabase/MatrixCursorTest.java
raphics/ColorStateListTest.java
raphics/drawable/StateListDrawableTest.java
ocation/LocationManagerProximityTest.java
ocation/LocationTest.java
es/color/color1.xml
es/color/color_no_default.xml
es/values/colors.xml
est/AndroidTestRunnerTest.java
est/InstrumentationTestRunnerTest.java
est/StubTestBrowserActivity.java
est/TestBrowserActivityTest.java
est/TestBrowserControllerImplTest.java
est/TestBrowserTests.java
est/TestCaseUtilTest.java
est/suitebuilder/AssignableFromTest.java
est/suitebuilder/InstrumentationTestSuiteBuilderTest.java
est/suitebuilder/ListTestCaseNames.java
est/suitebuilder/SmokeTestSuiteBuilderTest.java
est/suitebuilder/TestSuiteBuilderTest.java
est/suitebuilder/UnitTestSuiteBuilderTest.java
est/suitebuilder/annotation/HasAnnotationTest.java
est/suitebuilder/annotation/HasClassAnnotationTest.java
est/suitebuilder/annotation/HasMethodAnnotationTest.java
est/suitebuilder/examples/OuterTest.java
est/suitebuilder/examples/error/ErrorTest.java
est/suitebuilder/examples/error/FailingTest.java
est/suitebuilder/examples/instrumentation/InstrumentationTest.java
est/suitebuilder/examples/nested/Level1Test.java
est/suitebuilder/examples/nested/nested/Level2Test.java
est/suitebuilder/examples/simple/AnotherSimpleTest.java
est/suitebuilder/examples/simple/SimpleTest.java
est/suitebuilder/examples/smoke/NonSmokeTest.java
est/suitebuilder/examples/smoke/SmokeTest.java
est/suitebuilder/examples/subclass/SubclassTest.java
est/suitebuilder/examples/subclass/SuperclassTest.java
est/suitebuilder/examples/suppress/PartiallySuppressedTest.java
est/suitebuilder/examples/suppress/SuppressedTest.java
til/DayOfMonthCursorTest.java
til/FloatMathTest.java
til/MonthDisplayHelperTest.java
til/StateSetTest.java
iew/FocusFinderTest.java
iew/MockView.java
iew/ViewGroupAttributesTest.java
ebkit/CookieTest.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid.mk
ndroidManifest.xml
ontent/ObserverNodeTest.java
ontent/SyncStorageEngineTest.java
ore/AbstractJDBCDriverTest.java
ore/ArrayListTest.java
ore/AtParserTest.java
ore/BooleanTest.java
ore/BufferedInputStreamTest.java
ore/BufferedOutputStreamTest.java
ore/BufferedReaderTest.java
ore/BufferedWriterTest.java
ore/ByteArrayInputStreamTest.java
ore/ByteArrayOutputStreamTest.java
ore/CharArrayReaderTest.java
ore/CharArrayWriterTest.java
ore/ChecksumTest.java
ore/ClassLoaderTest.java
ore/ClassTest.java
ore/CoreTests.java
ore/CryptoTest.java
ore/DataInputStreamTest.java
ore/DataOutputStreamTest.java
ore/DatagramTest.java
ore/DeflateTest.java
ore/EnumTest.java
ore/FileTest.java
ore/FloatDoubleTest.java
ore/GZIPStreamTest.java
ore/HashMapPerfTest.java
ore/HashMapTest.java
ore/HttpConstants.java
ore/IOUtil.java
ore/InetAddrTest.java
ore/InputStreamReaderTest.java
ore/JavaTests.java
ore/LineNumberReaderTest.java
ore/LocaleTest.java
ore/LowLevelNetRunner.java
ore/MathTest.java
ore/MiscRegressionTest.java
ore/NIOTest.java
ore/OutputStreamWriterTest.java
ore/ParseIntTest.java
ore/PipedStreamTest.java
ore/PrintWriterTest.java
ore/PushbackInputStreamTest.java
ore/PushbackReaderTest.java
ore/ReflectArrayTest.java
ore/RegexTest.java
ore/RequestAPITest.java
ore/SQLiteJDBCDriverTest.java
ore/SSLSocketTest.java
ore/Sha1Test.java
ore/SocketTest.java
ore/StreamTokenizerTest.java
ore/StrictMathTest.java
ore/StringReaderTest.java
ore/StringTest.java
ore/StringWriterTest.java
ore/TestEventHandler.java
ore/TestWebData.java
ore/TestWebServer.java
ore/TreeMapTest.java
ore/URITest.java
ore/URLTest.java
ore/ZipFileTest.java
ore/ZipStreamTest.java
atabase/MatrixCursorTest.java
raphics/ColorStateListTest.java
raphics/drawable/StateListDrawableTest.java
ocation/LocationManagerProximityTest.java
ocation/LocationTest.java
es/color/color1.xml
es/color/color_no_default.xml
es/values/colors.xml
est/AndroidTestRunnerTest.java
est/InstrumentationTestRunnerTest.java
est/StubTestBrowserActivity.java
est/TestBrowserActivityTest.java
est/TestBrowserControllerImplTest.java
est/TestBrowserTests.java
est/TestCaseUtilTest.java
est/suitebuilder/AssignableFromTest.java
est/suitebuilder/InstrumentationTestSuiteBuilderTest.java
est/suitebuilder/ListTestCaseNames.java
est/suitebuilder/SmokeTestSuiteBuilderTest.java
est/suitebuilder/TestSuiteBuilderTest.java
est/suitebuilder/UnitTestSuiteBuilderTest.java
est/suitebuilder/annotation/HasAnnotationTest.java
est/suitebuilder/annotation/HasClassAnnotationTest.java
est/suitebuilder/annotation/HasMethodAnnotationTest.java
est/suitebuilder/examples/OuterTest.java
est/suitebuilder/examples/error/ErrorTest.java
est/suitebuilder/examples/error/FailingTest.java
est/suitebuilder/examples/instrumentation/InstrumentationTest.java
est/suitebuilder/examples/nested/Level1Test.java
est/suitebuilder/examples/nested/nested/Level2Test.java
est/suitebuilder/examples/simple/AnotherSimpleTest.java
est/suitebuilder/examples/simple/SimpleTest.java
est/suitebuilder/examples/smoke/NonSmokeTest.java
est/suitebuilder/examples/smoke/SmokeTest.java
est/suitebuilder/examples/subclass/SubclassTest.java
est/suitebuilder/examples/subclass/SuperclassTest.java
est/suitebuilder/examples/suppress/PartiallySuppressedTest.java
est/suitebuilder/examples/suppress/SuppressedTest.java
til/DayOfMonthCursorTest.java
til/FloatMathTest.java
til/MonthDisplayHelperTest.java
til/StateSetTest.java
iew/FocusFinderTest.java
iew/MockView.java
iew/ViewGroupAttributesTest.java
ebkit/CookieTest.java
076357b8567458d4b6dfdcf839ef751634cd2bfb 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
ore/DatabaseSessionCache.java
ore/SSLPerformanceTest.java
ore/SSLSocketTest.java
ocation/LocationManagerProximityTest.java
3dec7d563a2f3e1eb967ce2054a00b6620e3558c 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
ore/DatabaseSessionCache.java
ore/SSLPerformanceTest.java
ore/SSLSocketTest.java
ocation/LocationManagerProximityTest.java
3001a035439d8134a7d70d796376d1dfbff3cdcd 19-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132276
ndroid.mk
ndroidManifest.xml
ore/TestHandler.java
d24b8183b93e781080b2c16c487e60d51c12da31 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
est/InstrumentationTestRunnerTest.java
9266c558bf1d21ff647525ff99f7dadbca417309 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
ocation/LocationManagerProximityTest.java
b798689749c64baba81f02e10cf2157c747d6b46 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
ndroidManifest.xml
ebkit/CookieTest.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
ndroid.mk
ndroidManifest.xml
ontent/ObserverNodeTest.java
ontent/SyncStorageEngineTest.java
ore/AbstractJDBCDriverTest.java
ore/ArrayListTest.java
ore/AtParserTest.java
ore/BooleanTest.java
ore/BufferedInputStreamTest.java
ore/BufferedOutputStreamTest.java
ore/BufferedReaderTest.java
ore/BufferedWriterTest.java
ore/ByteArrayInputStreamTest.java
ore/ByteArrayOutputStreamTest.java
ore/CharArrayReaderTest.java
ore/CharArrayWriterTest.java
ore/ChecksumTest.java
ore/ClassLoaderTest.java
ore/ClassTest.java
ore/CoreTests.java
ore/CryptoTest.java
ore/DataInputStreamTest.java
ore/DataOutputStreamTest.java
ore/DatagramTest.java
ore/DeflateTest.java
ore/EnumTest.java
ore/FileTest.java
ore/FloatDoubleTest.java
ore/GZIPStreamTest.java
ore/HashMapPerfTest.java
ore/HashMapTest.java
ore/HttpConstants.java
ore/IOUtil.java
ore/InetAddrTest.java
ore/InputStreamReaderTest.java
ore/JavaTests.java
ore/LineNumberReaderTest.java
ore/LocaleTest.java
ore/LowLevelNetRunner.java
ore/MathTest.java
ore/MiscRegressionTest.java
ore/NIOTest.java
ore/OutputStreamWriterTest.java
ore/ParseIntTest.java
ore/PipedStreamTest.java
ore/PrintWriterTest.java
ore/PushbackInputStreamTest.java
ore/PushbackReaderTest.java
ore/ReflectArrayTest.java
ore/RegexTest.java
ore/RequestAPITest.java
ore/SQLiteJDBCDriverTest.java
ore/SSLSocketTest.java
ore/Sha1Test.java
ore/SocketTest.java
ore/StreamTokenizerTest.java
ore/StrictMathTest.java
ore/StringReaderTest.java
ore/StringTest.java
ore/StringWriterTest.java
ore/TestEventHandler.java
ore/TestHandler.java
ore/TestWebData.java
ore/TestWebServer.java
ore/TreeMapTest.java
ore/URITest.java
ore/URLTest.java
ore/ZipFileTest.java
ore/ZipStreamTest.java
atabase/MatrixCursorTest.java
raphics/ColorStateListTest.java
raphics/drawable/StateListDrawableTest.java
ocation/LocationManagerProximityTest.java
ocation/LocationTest.java
es/color/color1.xml
es/color/color_no_default.xml
es/values/colors.xml
est/AndroidTestRunnerTest.java
est/InstrumentationTestRunnerTest.java
est/StubTestBrowserActivity.java
est/TestBrowserActivityTest.java
est/TestBrowserControllerImplTest.java
est/TestBrowserTests.java
est/TestCaseUtilTest.java
est/suitebuilder/AssignableFromTest.java
est/suitebuilder/InstrumentationTestSuiteBuilderTest.java
est/suitebuilder/ListTestCaseNames.java
est/suitebuilder/SmokeTestSuiteBuilderTest.java
est/suitebuilder/TestSuiteBuilderTest.java
est/suitebuilder/UnitTestSuiteBuilderTest.java
est/suitebuilder/annotation/HasAnnotationTest.java
est/suitebuilder/annotation/HasClassAnnotationTest.java
est/suitebuilder/annotation/HasMethodAnnotationTest.java
est/suitebuilder/examples/OuterTest.java
est/suitebuilder/examples/error/ErrorTest.java
est/suitebuilder/examples/error/FailingTest.java
est/suitebuilder/examples/instrumentation/InstrumentationTest.java
est/suitebuilder/examples/nested/Level1Test.java
est/suitebuilder/examples/nested/nested/Level2Test.java
est/suitebuilder/examples/simple/AnotherSimpleTest.java
est/suitebuilder/examples/simple/SimpleTest.java
est/suitebuilder/examples/smoke/NonSmokeTest.java
est/suitebuilder/examples/smoke/SmokeTest.java
est/suitebuilder/examples/subclass/SubclassTest.java
est/suitebuilder/examples/subclass/SuperclassTest.java
est/suitebuilder/examples/suppress/PartiallySuppressedTest.java
est/suitebuilder/examples/suppress/SuppressedTest.java
til/DayOfMonthCursorTest.java
til/FloatMathTest.java
til/MonthDisplayHelperTest.java
til/StateSetTest.java
iew/FocusFinderTest.java
iew/MockView.java
iew/ViewGroupAttributesTest.java
ebkit/CookieTest.java