Home
last modified time | relevance | path

Searched refs:PACKAGE (Results 1 – 4 of 4) sorted by relevance

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DActivityAnimations.java47 private static final String PACKAGE = "com.example.android.activityanim"; field in ActivityAnimations
118 putExtra(PACKAGE + ".orientation", orientation).
119 putExtra(PACKAGE + ".resourceId", info.resourceId).
120 putExtra(PACKAGE + ".left", screenLocation[0]).
121 putExtra(PACKAGE + ".top", screenLocation[1]).
122 putExtra(PACKAGE + ".width", v.getWidth()).
123 putExtra(PACKAGE + ".height", v.getHeight()).
124 putExtra(PACKAGE + ".description", info.description);
/development/tools/templates/
Djava_tests_file.template1 package PACKAGE;
13 * PACKAGE.tests/android.test.InstrumentationTestRunner
18 super("PACKAGE", ACTIVITY_TESTED_CLASS_NAME.class);
Djava_file.template1 package PACKAGE;
/development/samples/SkeletonApp/
Dreadme.txt30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>