HomeSort by relevance Sort by last modified time
    Searched refs:PROP_EXCLUDEFROMRECENTS (Results 1 - 3 of 3) sorted by null

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 43 String PROP_EXCLUDEFROMRECENTS = ANDROID_QUALIFIER + "excludeFromRecents";
ActivityNode.java 38 defaultProperties.add(PROP_EXCLUDEFROMRECENTS);
345 properties.put(PROP_EXCLUDEFROMRECENTS, propExcludeFromRecents.toString());
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 457 else if (attrName.equalsIgnoreCase(PROP_EXCLUDEFROMRECENTS))
    [all...]

Completed in 29 milliseconds