OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAG_PACKAGE
(Results
1 - 5
of
5
) sorted by null
/cts/tests/signature/lib/android/src/android/signature/cts/
ApiDocumentParser.java
27
import static android.signature.cts.CurrentApi.
TAG_PACKAGE
;
57
TAG_PACKAGE
,
169
} else if (
TAG_PACKAGE
.equals(tagname)) {
179
if (tagname.equals(
TAG_PACKAGE
)) {
CurrentApi.java
43
static final String
TAG_PACKAGE
= "package";
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CurrentApiHelper.java
62
private static final String
TAG_PACKAGE
= "package";
81
Element packageElement = getChildElementByName(rootElement,
TAG_PACKAGE
, packageName);
/cts/tools/utils/
DescriptionGenerator.java
75
static final String
TAG_PACKAGE
= "TestPackage";
274
Node testPackageElem = mDoc.appendChild(mDoc.createElement(
TAG_PACKAGE
));
/development/samples/Home/src/com/example/android/home/
Home.java
86
private static final String
TAG_PACKAGE
= "package";
300
final String favoritePackage = parser.getAttributeValue(null,
TAG_PACKAGE
);
Completed in 85 milliseconds