Home
last modified time | relevance | path

Searched defs:isDeprecated (Results 1 – 3 of 3) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdTag.java52 public boolean isDeprecated() { in isDeprecated() method in XsdTag
/system/libvintf/
DVintfObject.cpp668 bool isDeprecated = false; in IsHalDeprecated() local
892 bool isDeprecated = false; in checkDeprecation() local
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java676 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags, in isDeprecated() method in XsdHandler