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()
93 private final TypeReference<T> mTypeReference; field in CameraMetadataNative.Key111 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()112 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()127 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()128 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()146 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()147 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()166 mTypeReference = typeReference; in Key()167 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()229 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()