Home
last modified time | relevance | path

Searched defs:getAttributeValue (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attributes.java88 public java.lang.Object getAttributeValue(sun.security.util.ObjectIdentifier oid) in getAttributeValue() method in PKCS9Attributes
93 public java.lang.Object getAttributeValue(java.lang.String name) throws java.io.IOException { in getAttributeValue() method in PKCS9Attributes
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attributes.java297 public Object getAttributeValue(ObjectIdentifier oid) in getAttributeValue() method in PKCS9Attributes
311 public Object getAttributeValue(String name) throws IOException { in getAttributeValue() method in PKCS9Attributes
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParser.java882 String getAttributeValue(int index); in getAttributeValue() method
900 String getAttributeValue(String namespace, in getAttributeValue() method
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java342 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullParserFactoryTest.XmlPullParserStub
346 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullParserFactoryTest.XmlPullParserStub
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java2025 public String getAttributeValue(int index) { in getAttributeValue() method in KXmlParser
2032 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in KXmlParser