OSDN Git Service

AI 147162: Emphasize in the javadoc that the "pkg" parameters to
authorAndy Stadler <>
Tue, 21 Apr 2009 18:48:54 +0000 (11:48 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Apr 2009 18:48:54 +0000 (11:48 -0700)
commit54bd245f574379319769471279c7cbf295feac46
treee498364aed7337f686eb8cb1075127fe1ed753bc
parentf20e1bdf62da9f0225c36b0e5b0146db60062474
AI 147162: Emphasize in the javadoc that the "pkg" parameters to
  InstrumentationTestCase and its descendants should be the
  package manager package name (not the java package name, and
  not the test package) of the package holding the Activity
  under test.
  Added similar notations to the ApiDemos call sites.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  BUG=1783981

Automated import of CL 147162
core/java/android/test/InstrumentationTestCase.java
test-runner/android/test/ActivityInstrumentationTestCase.java
test-runner/android/test/ActivityInstrumentationTestCase2.java
test-runner/android/test/SingleLaunchActivityTestCase.java