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

  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXmlV1.java 60 private static final String PACKAGE_ATTR = "package";
79 final String pkg = parser.getAttributeValue(null, PACKAGE_ATTR);
81 throw new ProtocolException("no " + PACKAGE_ATTR + " attribute present");
166 final String packageName = XmlUtils.readStringAttribute(parser, PACKAGE_ATTR);
168 throw new ProtocolException("no " + PACKAGE_ATTR + " attribute present");
208 XmlUtils.writeStringAttribute(xml, PACKAGE_ATTR, usageStats.mPackageName);
288 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(
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 84 milliseconds