Home
last modified time | relevance | path

Searched defs:getResult (Results 1 – 9 of 9) sorted by relevance

/appsearch/appsearch/src/main/java/androidx/appsearch/app/aidl/
DAppSearchBatchResultParcelV2.java65 public @NonNull AppSearchBatchResult<KeyType, ValueType> getResult() { in getResult() method in AppSearchBatchResultParcelV2
/appsearch/appsearch/src/main/java/androidx/appsearch/app/
DRemoveBlobResponse.java75 public @NonNull AppSearchBatchResult<AppSearchBlobHandle, Void> getResult() { in getResult() method in RemoveBlobResponse
DCommitBlobResponse.java75 public @NonNull AppSearchBatchResult<AppSearchBlobHandle, Void> getResult() { in getResult() method in CommitBlobResponse
DOpenBlobForReadResponse.java88 public @NonNull AppSearchBatchResult<AppSearchBlobHandle, ParcelFileDescriptor> getResult() { in getResult() method in OpenBlobForReadResponse
DOpenBlobForWriteResponse.java88 public @NonNull AppSearchBatchResult<AppSearchBlobHandle, ParcelFileDescriptor> getResult() { in getResult() method in OpenBlobForWriteResponse
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DAppSearchSessionCtsTestBase.java1843 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveSchema() local
1917 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveSchema_twoDatabases() local
6085 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemove() local
6136 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemove_multipleIds() local
6178 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveByQuery() local
6268 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveByQuery_packageFilter() local
6308 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemove_twoInstances() local
6361 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveByTypes() local
6412 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveByTypes_twoInstances() local
6473 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testRemoveByNamespace() local
[all …]
DAppSearchSessionBlobCtsTestBase.java763 AppSearchBatchResult<String, GenericDocument> getResult = mDb1.getByDocumentIdAsync( in testPutDocumentWithBlobProperty() local
/appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/
DAppSearchImplTest.java4165 GenericDocument getResult = mAppSearchImpl.getDocument("package", "database", "namespace1", in testPutPersistsWithLiteFlush() local
4232 GenericDocument getResult = mAppSearchImpl.getDocument("package", "database", "namespace1", in testDeletePersistsWithLiteFlush() local
4321 GenericDocument getResult = mAppSearchImpl.getDocument("package", "database", "namespace1", in testDeleteByQueryPersistsWithLiteFlush() local
4404 GenericDocument getResult = mAppSearchImpl.getDocument("package", "database", "namespace1", in testPutPersistsWithoutRecoveryWithRecoveryProofFlush() local
4471 GenericDocument getResult = mAppSearchImpl.getDocument("package", "database", "namespace1", in testDeletePersistsWithoutRecoveryWithRecoveryProofFlush() local
4560 GenericDocument getResult = mAppSearchImpl.getDocument("package", "database", "namespace1", in testDeleteByQueryPersistsWithoutRecoveryWithRecoveryProofFlush() local
6918 GenericDocument getResult = mAppSearchImpl.globalGetDocument( in testGetGlobalDocument() local
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DAppSearchImpl.java2620 GetResultProto getResult = mIcingSearchEngineLocked.get( in remove() local