Searched refs:mDocumentValues (Results 1 – 1 of 1) sorted by relevance
65 private final GenericDocumentParcel @Nullable [] mDocumentValues; field in PropertyParcel92 mDocumentValues = documentValues; in PropertyParcel()130 return mDocumentValues; in getDocumentValues()164 if (mDocumentValues != null) { in getValues()165 return mDocumentValues; in getValues()198 if (mDocumentValues != null) { in checkOnlyOneArrayCanBeSet()227 } else if (mDocumentValues != null) { in hashCode()228 hashCode = Arrays.hashCode(mDocumentValues); in hashCode()256 && Arrays.equals(mDocumentValues, otherPropertyParcel.mDocumentValues) in equals()274 private GenericDocumentParcel[] mDocumentValues; field in PropertyParcel.Builder[all …]