Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DOtherName.java178 OtherName otherOther = (OtherName)other; in equals() local
179 if (!(otherOther.oid.equals((Object)oid))) { in equals()
184 otherGNI = getGNI(otherOther.oid, otherOther.nameValue); in equals()
197 result = Arrays.equals(nameValue, otherOther.nameValue); in equals()