Searched refs:mBlobHandleValues (Results 1 – 1 of 1) sorted by relevance
71 private final AppSearchBlobHandle @Nullable [] mBlobHandleValues; field in PropertyParcel94 mBlobHandleValues = blobHandleValues; in PropertyParcel()140 return mBlobHandleValues; in getBlobHandleValues()170 if (mBlobHandleValues != null) { in getValues()171 return mBlobHandleValues; in getValues()204 if (mBlobHandleValues != null) { in checkOnlyOneArrayCanBeSet()231 } else if (mBlobHandleValues != null) { in hashCode()232 hashCode = Arrays.deepHashCode(mBlobHandleValues); in hashCode()258 && Arrays.deepEquals(mBlobHandleValues, otherPropertyParcel.mBlobHandleValues); in equals()276 private AppSearchBlobHandle[] mBlobHandleValues; field in PropertyParcel.Builder[all …]