Searched refs:mTypeReference (Results 1 – 4 of 4) sorted by relevance
36 protected final TypeReference<T> mTypeReference; field in Marshaler57 mTypeReference = checkNotNull(typeReference, "typeReference must not be null"); in Marshaler()141 return mTypeReference; in getTypeReference()
95 private final TypeReference<T> mTypeReference; field in CameraMetadataNative.Key113 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()114 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()129 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()130 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()148 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()149 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()168 mTypeReference = typeReference; in Key()169 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()231 return mName.equals(lhs.mName) && mTypeReference.equals(lhs.mTypeReference); in equals()[all …]
79 throw new UnsupportedOperationException("Arrays for " + mTypeReference in unmarshal()
100 "Can't marshal managed type " + mTypeReference); in marshal()