Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyParcel.java85 @Param(id = 9) AppSearchBlobHandle @Nullable [] blobHandleValues) { in PropertyParcel()
94 mBlobHandleValues = blobHandleValues; in PropertyParcel()
335 AppSearchBlobHandle @NonNull [] blobHandleValues) { in setBlobHandleValues()
336 mBlobHandleValues = Objects.requireNonNull(blobHandleValues); in setBlobHandleValues()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverter.java114 AppSearchBlobHandle[] blobHandleValues = (AppSearchBlobHandle[]) property; in toDocumentProto() local
115 for (int j = 0; j < blobHandleValues.length; j++) { in toDocumentProto()
117 BlobHandleToProtoConverter.toBlobHandleProto(blobHandleValues[j])); in toDocumentProto()