Home
last modified time | relevance | path

Searched refs:attType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/ssl/
DAndroidDistinguishedNameParser.java363 String attType = nextAT(); in findMostSpecific() local
364 if (attType == null) { in findMostSpecific()
393 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
407 attType = nextAT(); in findMostSpecific()
408 if (attType == null) { in findMostSpecific()
429 String attType = nextAT(); in getAllMostSpecificFirst() local
430 if (attType == null) { in getAllMostSpecificFirst()
455 if (attributeType.equalsIgnoreCase(attType)) { in getAllMostSpecificFirst()
472 attType = nextAT(); in getAllMostSpecificFirst()
473 if (attType == null) { in getAllMostSpecificFirst()