Searched defs:PACKAGE (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/annotations/
H A DVisibleForTesting.java40 PACKAGE, enum constant in enum:VisibleForTesting.Visibility
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
H A DVisibleForTesting.java40 PACKAGE, enum constant in enum:VisibleForTesting.Visibility
/frameworks/compile/mclinker/include/mcld/Config/
H A DConfig.h33 #define PACKAGE "mclinker" macro
/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DFontRequestTest.java37 private static final String PACKAGE = "com.test.fontprovider.package"; field in class:FontRequestTest
44 new FontRequest(null, PACKAGE, QUERY, CERTS);
54 new FontRequest(PROVIDER, PACKAGE, null, CERTS);
59 new FontRequest(PROVIDER, PACKAGE, QUERY, null);
H A DFontsContractCompatTest.java67 private static final String PACKAGE = "android.support.compat.test"; field in class:FontsContractCompatTest
145 AUTHORITY, PACKAGE, MockFontProvider.SINGLE_FONT_FAMILY_QUERY, SIGNATURE);
165 AUTHORITY, PACKAGE, MockFontProvider.SINGLE_FONT_FAMILY2_QUERY, SIGNATURE);
181 AUTHORITY, PACKAGE, MockFontProvider.MANDATORY_FIELDS_ONLY_QUERY, SIGNATURE);
194 AUTHORITY, PACKAGE, MockFontProvider.NOT_FOUND_QUERY, SIGNATURE);
206 AUTHORITY, PACKAGE, MockFontProvider.UNAVAILABLE_QUERY, SIGNATURE);
219 AUTHORITY, PACKAGE, MockFontProvider.MALFORMED_QUERY, SIGNATURE);
232 AUTHORITY, PACKAGE, MockFontProvider.NOT_FOUND_SECOND_QUERY, SIGNATURE);
249 AUTHORITY, PACKAGE, MockFontProvider.NOT_FOUND_THIRD_QUERY, SIGNATURE);
268 AUTHORITY, PACKAGE, MockFontProvide
[all...]
/frameworks/support/compat/tests/java/android/support/v4/graphics/
H A DTypefaceCompatTest.java55 private static final String PACKAGE = "android.support.compat.test"; field in class:TypefaceCompatTest
/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractE2ETest.java51 private static final String PACKAGE = "com.android.frameworks.coretests"; field in class:FontsContractE2ETest
122 AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE);
133 AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE);
144 AUTHORITY, PACKAGE, "singleFontFamily2", SIGNATURE);
159 AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE);
182 AUTHORITY, PACKAGE, MockFontProvider.NULL_FD_QUERY, SIGNATURE);
191 FontRequest request = new FontRequest(AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE);
198 AUTHORITY, PACKAGE, MockFontProvider.BLOCKING_QUERY, SIGNATURE);
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java31 protected final static String PACKAGE = "android.windowanimationjank"; field in class:Utils
33 protected final static String ELEMENT_LAYOUT_CLASS = PACKAGE + "." + ELEMENT_LAYOUT_ACTIVITY;
35 private static final BySelector ROOT_ELEMENT_LAYOUT = By.res(PACKAGE, "root_flow_layout");
66 intent.setComponent(new ComponentName(PACKAGE, ELEMENT_LAYOUT_CLASS));
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DCallbackWrapper.java37 private static final String PACKAGE = "android.databinding.generated.callback"; field in class:CallbackWrapper
59 return PACKAGE;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 940 milliseconds