Searched refs:PACKAGE (Results 1 – 4 of 4) sorted by relevance
47 private static final String PACKAGE = "com.example.android.activityanim"; field in ActivityAnimations118 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);
1 package PACKAGE;13 * PACKAGE.tests/android.test.InstrumentationTestRunner18 super("PACKAGE", ACTIVITY_TESTED_CLASS_NAME.class);
1 package PACKAGE;
30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>