Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 13 of 13) sorted by relevance

/appsearch/appsearch-platform-storage/src/androidTest/java/androidx/appsearch/platformstorage/util/
DSchemaValidationUtilTest.java216 IllegalSchemaException exception = assertThrows(IllegalSchemaException.class, in testValidate_maxSections() local
251 IllegalSchemaException exception = assertThrows(IllegalSchemaException.class, in testValidate_schemasWithInvalidCycleThrowsError() local
277 IllegalSchemaException exception = assertThrows(IllegalSchemaException.class, in testValidate_unknownDocumentConfigThrowsError() local
/appsearch/compiler/src/main/java/androidx/appsearch/compiler/
DDocumentClassCreationInfo.kt132 val exception = in <lambda>() constant
202 val exception = in <lambda>() constant
307 val exception = in <lambda>() constant
463 val exception = in <lambda>() constant
/appsearch/appsearch-play-services-storage/src/main/java/androidx/appsearch/playservicesstorage/util/
DAppSearchTaskFutures.java68 completer.setException(toJetpackException(exception)); in toListenableFuture() argument
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DAppSearchSchemaMigrationCtsTestBase.java327 ExecutionException exception = assertThrows(ExecutionException.class, in testNoForceOverride_BackwardsIncompatible_Trigger_NoMigrateIncompatibleType() local
344 ExecutionException exception = assertThrows(ExecutionException.class, in testNoForceOverride_BackwardsIncompatible_NoTrigger_NoMigrateIncompatibleType() local
620 ExecutionException exception = assertThrows(ExecutionException.class, in testSchemaMigration_sameVersion() local
706 ExecutionException exception = assertThrows(ExecutionException.class, in testSchemaMigration_noMigration() local
756 ExecutionException exception = assertThrows(ExecutionException.class, in testSchemaMigration_sourceToNowhere() local
DAppSearchBlobHandleCtsTest.java104 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, in testCreateBlobHandle_invalidDigest() local
DAppSearchSessionCtsTestBase.java180 AppSearchException exception = (AppSearchException) executionException.getCause(); in testSetSchema_Failure() local
213 UnsupportedOperationException exception = assertThrows( in testSetSchema_schemaDescription_notSupported() local
238 UnsupportedOperationException exception = assertThrows( in testSetSchema_propertyDescription_notSupported() local
652 AppSearchException exception = (AppSearchException) executionException.getCause(); in testSetSchemaWithInvalidCycle_circularReferencesSupported() local
691 AppSearchException exception = (AppSearchException) executionException.getCause(); in testSetSchemaWithValidCycle_circularReferencesNotSupported() local
725 ExecutionException exception = assertThrows(ExecutionException.class, () -> in testSetSchema_maxProperties() local
789 ExecutionException exception = assertThrows(ExecutionException.class, in testSetSchema_maxProperties_nestedSchemas() local
2513 AppSearchException exception = (AppSearchException) executionException.getCause(); in testQueryIndexableLongProperty_numericSearchNotEnabled() local
3728 AppSearchException exception = (AppSearchException) executionException.getCause(); in testQuery_invalidAdvancedRanking() local
3766 AppSearchException exception = (AppSearchException) executionException.getCause(); in testQuery_invalidAdvancedRankingWithChildrenRankingSignals() local
[all …]
DAppSearchSessionBlobCtsTestBase.java796 UnsupportedOperationException exception = assertThrows(UnsupportedOperationException.class, in testBlobApis_notSupported() local
830 UnsupportedOperationException exception = assertThrows(UnsupportedOperationException.class, in testSetBlobSchema_notSupported() local
850 UnsupportedOperationException exception = assertThrows(UnsupportedOperationException.class, in testPutDocumentWithBlobProperty_notSupported() local
DGlobalSearchSessionCtsTestBase.java898 ExecutionException exception = assertThrows( in testReportSystemUsage_ForbiddenFromNonSystem() local
2256 UnsupportedOperationException exception = assertThrows(UnsupportedOperationException.class, in testReadBlob_notSupported() local
DSetSchemaRequestCtsTest.java817 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, in testSetVersion() local
828 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, in testSetVersion_emptyDb() local
DGenericDocumentCtsTest.java1224 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, in testEmbeddingValuesCannotBeEmpty() local
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/safeparcel/
DGenericDocumentParcelTest.java112 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, in testPropertyParcel_moreThanOnePropertySet_exceptionThrown() local
/appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/
DAppSearchLoggerTest.java732 AppSearchException exception = Assert.assertThrows(AppSearchException.class, in testLoggingStats_putDocument_failure() local
1100 AppSearchException exception = Assert.assertThrows(AppSearchException.class, in testLoggingStats_remove_failure() local
DAppSearchImplTest.java3019 UnsupportedOperationException exception = assertThrows(UnsupportedOperationException.class, in testSetBlobVisibility_notSupported() local
3186 UnsupportedOperationException exception = assertThrows(UnsupportedOperationException.class, in testGlobalReadBlob_notSupported() local