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

  /frameworks/base/core/java/com/android/internal/net/
DNParser.java 397 String attType = nextAT();
398 if (attType == null) {
424 if (attributeType.equalsIgnoreCase(attType)) {
438 attType = nextAT();
439 if (attType == null) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 389 String attType = nextAT();
390 if (attType == null) {
398 atav.add(new AttributeTypeAndValue(attType, new AttributeValue("", false)));
405 atav.add(new AttributeTypeAndValue(attType, new AttributeValue(quotedAV(), hasQE)));
408 atav.add(new AttributeTypeAndValue(attType, new AttributeValue(hexAV(), encoded)));
414 atav.add(new AttributeTypeAndValue(attType, new AttributeValue("", false)));
417 atav.add(new AttributeTypeAndValue(attType, new AttributeValue(
434 attType = nextAT();
435 if (attType == null) {

Completed in 549 milliseconds