Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/org/apache/http/conn/ssl/
H A 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()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DTunnelModeChildSessionParamsTest.java96 int attType = configAttributes[i].attributeType; in verifyAttrTypes() local
97 assertNotNull(atrrCntMap.get(attType)); in verifyAttrTypes()
99 atrrCntMap.put(attType, atrrCntMap.get(attType) - 1); in verifyAttrTypes()
100 if (atrrCntMap.get(attType) == 0) atrrCntMap.remove(attType); in verifyAttrTypes()
H A DIkeSessionParamsTest.java557 int attType = configAttributes[i].attributeType; in verifyAttrTypes() local
558 assertNotNull(atrrCntMap.get(attType)); in verifyAttrTypes()
560 atrrCntMap.put(attType, atrrCntMap.get(attType) - 1); in verifyAttrTypes()
561 if (atrrCntMap.get(attType) == 0) atrrCntMap.remove(attType); in verifyAttrTypes()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...