Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/marshal/
DMarshalRegistry.java119 MarshalToken<?> otherToken = (MarshalToken<?>)other; in equals() local
120 return typeReference.equals(otherToken.typeReference) && in equals()
121 nativeType == otherToken.nativeType; in equals()