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

  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/androidmarketfilters/
PermissionImpliedFeaturesCondition.java 68 NodeList featureLst = manifestDoc.getElementsByTagName(ManifestConstants.USES_FEATURE_TAG);
69 for (int j = 0; j < featureLst.getLength(); j++)
71 Node featureNode = featureLst.item(j);
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/deviceCompatibility/
UnsupportedFeaturesConditions.java 252 NodeList featureLst = manifestDoc.getElementsByTagName(USES_FEATURE);
253 for (int j = 0; j < featureLst.getLength(); j++)
255 Node featureNode = featureLst.item(j);

Completed in 64 milliseconds