Searched refs:putAsync (Results 1 – 10 of 10) sorted by relevance
177 mDb1.putAsync( in testGlobalGetById()236 mDb1.putAsync( in testGlobalQuery_oneInstance()277 mDb1.putAsync( in testGlobalQuery_twoInstances()289 mDb2.putAsync( in testGlobalQuery_twoInstances()324 checkIsBatchResultSuccess(mDb1.putAsync(putDocumentsRequestBuilder.build())); in testGlobalQuery_getNextPage()408 mDb1.putAsync( in testGlobalQuery_acrossTypes()423 (mDb1.putAsync( in testGlobalQuery_acrossTypes()426 mDb2.putAsync( in testGlobalQuery_acrossTypes()475 mDb1.putAsync( in testGlobalQuery_namespaceFilter()486 mDb2.putAsync( in testGlobalQuery_namespaceFilter()[all …]
492 mDb1.putAsync( in testSetSchema_addIndexedNestedDocumentProperty()645 mDb1.putAsync( in testSetSchemaWithValidCycle_allowCircularReferences()1208 mDb1.putAsync( in testSetSchema_publiclyVisible()1480 mDb1.putAsync( in testGetNamespaces()1489 mDb1.putAsync( in testGetNamespaces()1532 mDb1.putAsync( in testGetNamespaces_dbIsolation()1538 mDb1.putAsync( in testGetNamespaces_dbIsolation()1544 mDb2.putAsync( in testGetNamespaces_dbIsolation()1585 mDb1.putAsync( in testPutDocuments()1638 mDb1.putAsync( in testPutDocuments_emptyProperties()[all …]
159 mDb.putAsync( in setUp()462 mDb.putAsync( in testSchemaMigration()613 mDb.putAsync( in testSchemaMigration_downgrade()738 mDb.putAsync( in testSchemaMigration_sameVersion()866 mDb.putAsync( in testSchemaMigration_noMigration()952 mDb.putAsync( in testSchemaMigration_sourceToNowhere()1179 mDb.putAsync( in testSchemaMigration_toAnotherType()1269 mDb.putAsync( in testSchemaMigration_toMultipleDestinationType()1404 checkIsBatchResultSuccess(mDb.putAsync(putRequestBuilder.build())); in testSchemaMigration_loadTest()1696 mDb.putAsync( in testSchemaMigration_multiStep1To4()[all …]
179 db.putAsync( in indexGloballySearchableDocument()248 db.putAsync( in indexGloballySearchableDocumentVisibleToConfig()287 db.putAsync( in indexNotGloballySearchableDocument()343 db.putAsync( in indexAction()406 checkIsBatchResultSuccess(db.putAsync(new PutDocumentsRequest.Builder() in setUpPubliclyVisibleDocuments()
236 checkIsBatchResultSuccess(mDb.putAsync(new PutDocumentsRequest.Builder() in testPublicVisibility_accessibleTestPackage()362 checkIsBatchResultSuccess(mDb.putAsync(new PutDocumentsRequest.Builder() in testPublicVisibility_invalidCertificate()415 mDb.putAsync( in testNoPackageAccess_default()438 mDb.putAsync( in testNoPackageAccess_wrongPackageName()458 mDb.putAsync( in testNoPackageAccess_wrongCertificate()478 mDb.putAsync( in testAllowPackageAccess()541 mDb.putAsync( in testAllowPackageAccess_polymorphism()565 mDb.putAsync( in testRemoveVisibilitySetting_noRemainingSettings()602 mDb.putAsync( in testAllowMultiplePackageAccess()623 mDb.putAsync( in testNoPackageAccess_revoked()[all …]
97 mDb.putAsync(new PutDocumentsRequest.Builder().addGenericDocuments(emails).build()).get(); in testStorageAttributedToSelf_withDocument()
91 ListenableFuture<AppSearchBatchResult<String, Void>> putAsync( in putAsync() method
106 mDb.putAsync( in testPutDocuments()131 db.putAsync(new PutDocumentsRequest.Builder().addGenericDocuments(DOCUMENT) in testPutDocumentsAsAnotherUser()
148 checkIsBatchResultSuccess(db.putAsync( in setUpEnterpriseContactsWithPermissions()
130 public ListenableFuture<AppSearchBatchResult<String, Void>> putAsync( in putAsync() method in AppSearchSessionShimImpl