HomeSort by relevance Sort by last modified time
    Searched defs:PACKAGE_ATTR (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXmlV1.java 58 private static final String PACKAGE_ATTR = "package";
75 final String pkg = parser.getAttributeValue(null, PACKAGE_ATTR);
77 throw new ProtocolException("no " + PACKAGE_ATTR + " attribute present");
153 final String packageName = XmlUtils.readStringAttribute(parser, PACKAGE_ATTR);
155 throw new ProtocolException("no " + PACKAGE_ATTR + " attribute present");
192 XmlUtils.writeStringAttribute(xml, PACKAGE_ATTR, usageStats.mPackageName);
261 XmlUtils.writeStringAttribute(xml, PACKAGE_ATTR, event.mPackage);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 67 public static final String PACKAGE_ATTR = "package"; //$NON-NLS-1$
117 PACKAGE_ATTR_DESC = new PackageAttributeDescriptor(PACKAGE_ATTR,
119 new AttributeInfo(PACKAGE_ATTR, Format.REFERENCE_SET)).setTooltip(

Completed in 77 milliseconds