OSDN Git Service

AI 147162: Emphasize in the javadoc that the "pkg" parameters to
authorAndy Stadler <>
Tue, 21 Apr 2009 18:48:53 +0000 (11:48 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Apr 2009 18:48:53 +0000 (11:48 -0700)
commitfc707349cc2b16c160b5a392d585d908c9b5405b
treec8a84c032da8bed0cc0ef305696951e0a5b2a2d1
parent488317422ba50fac07afa597564a9e036f3c8eaf
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
samples/ApiDemos/tests/src/com/example/android/apis/ApiDemosTest.java
samples/ApiDemos/tests/src/com/example/android/apis/view/Focus2ActivityTest.java