Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyParcel.java71 private final AppSearchBlobHandle @Nullable [] mBlobHandleValues; field in PropertyParcel
94 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 …]