/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImplTest.java | 435 mAppSearchImpl.setSchema( in testTriggerCheckOptimizeByMutationSize() 496 appSearchImpl.setSchema( in testReset() 589 appSearchImpl.setSchema( in testReset() 625 mAppSearchImpl.setSchema( in testRewriteSearchSpec_oneInstance() 660 mAppSearchImpl.setSchema( in testRewriteSearchSpec_twoInstances() 670 mAppSearchImpl.setSchema( in testRewriteSearchSpec_twoInstances() 716 mAppSearchImpl.setSchema( in testRewriteSearchSpec_ignoresSearchSpecSchemaFilters() 759 mAppSearchImpl.setSchema( in testQueryWithMultiplePackages_noPackageFilters() 773 mAppSearchImpl.setSchema( in testQueryWithMultiplePackages_noPackageFilters() 817 mAppSearchImpl.setSchema( in testQueryWithMultiplePackages_withPackageFilters() [all …]
|
H A D | AppSearchLoggerTest.java | 423 appSearchImpl.setSchema( in testLoggingStats_initializeWithDocuments_success() 475 appSearchImpl.setSchema( in testLoggingStats_initialize_failure() 532 mAppSearchImpl.setSchema( in testLoggingStats_putDocument_success() 580 mAppSearchImpl.setSchema( in testLoggingStats_putDocument_failure() 631 mAppSearchImpl.setSchema( in testLoggingStats_search_success() 701 mAppSearchImpl.setSchema( in testLoggingStats_search_failure() 742 mAppSearchImpl.setSchema( in testLoggingStats_remove_success() 777 mAppSearchImpl.setSchema( in testLoggingStats_remove_failure() 823 mAppSearchImpl.setSchema( in testLoggingStats_removeByQuery_success() 873 mAppSearchImpl.setSchema( in testLoggingStats_setSchema() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/ |
H A D | AppSearchImplPlatformTest.java | 128 mAppSearchImpl.setSchema( in testSetSchema_existingSchemaRetainsVisibilitySetting() 159 mAppSearchImpl.setSchema( in testSetSchema_existingSchemaRetainsVisibilitySetting() 236 mAppSearchImpl.setSchema( in testRemoveSchema_removedFromVisibilityStore() 267 mAppSearchImpl.setSchema( in testRemoveSchema_removedFromVisibilityStore() 297 mAppSearchImpl.setSchema( in testRemoveSchema_removedFromVisibilityStore() 333 mAppSearchImpl.setSchema( in testSetSchema_defaultPlatformVisible() 362 mAppSearchImpl.setSchema( in testSetSchema_platformHidden() 392 mAppSearchImpl.setSchema( in testSetSchema_defaultNotVisibleToPackages() 432 mAppSearchImpl.setSchema( in testSetSchema_visibleToPackages()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/converter/ |
H A D | GenericDocumentToProtoConverterTest.java | 84 .setSchema(SCHEMA_TYPE_1) in testDocumentProtoConvert() 144 .setSchema(SCHEMA_TYPE_1) in testConvertDocument_whenPropertyHasEmptyList() 185 .setSchema(SCHEMA_TYPE_2) in testConvertDocument_whenNestedDocumentPropertyHasEmptyList() 194 .setSchema(SCHEMA_TYPE_1) in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
|
H A D | SnippetTest.java | 64 .setSchema(SCHEMA_TYPE) in testSingleStringSnippet() 127 .setSchema(SCHEMA_TYPE) in testNoSnippets() 156 .setSchema(SCHEMA_TYPE) in testMultipleStringSnippet() 238 .setSchema(SCHEMA_TYPE) in testNestedDocumentSnippet()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/appsearch/ |
H A D | AppSearchSessionUnitTest.java | 60 mSearchSession.setSchema( in setUp() 113 mSearchSession.setSchema( in testGetEmptyNextPage() 166 mSearchSession.setSchema( in testGetEmptyNextPage_multiPages()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/util/ |
H A D | PrefixUtil.java | 156 documentBuilder.setSchema(newSchema); in addPrefixToDocument() 204 documentBuilder.setSchema(removePrefix(documentBuilder.getSchema())); in removePrefixesFromDocument()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/ |
H A D | AppSearchSession.java | 139 public void setSchema( in setSchema() method in AppSearchSession 685 mService.setSchema( in setSchemaNoMigrations() 773 mService.setSchema( in setSchemaWithMigrations() 825 mService.setSchema( in setSchemaWithMigrations()
|
/aosp12/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/ |
H A D | AppSearchSessionShim.java | 55 ListenableFuture<SetSchemaResponse> setSchema(@NonNull SetSchemaRequest request); in setSchema() method
|
/aosp12/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/ |
H A D | AppSearchSessionShimImpl.java | 103 public ListenableFuture<SetSchemaResponse> setSchema(@NonNull SetSchemaRequest request) { in setSchema() method in AppSearchSessionShimImpl 105 mAppSearchSession.setSchema(request, mExecutor, mExecutor, future::set); in setSchema()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/ |
H A D | IAppSearchManager.aidl | 46 void setSchema( in setSchema() method
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
H A D | GenericDocumentToProtoConverter.java | 56 .setSchema(document.getSchemaType()) in toDocumentProto()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/ |
H A D | VisibilityStoreImpl.java | 121 mAppSearchImpl.setSchema( in VisibilityStoreImpl()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImpl.java | 405 public SetSchemaResponse setSchema( in setSchema() method in AppSearchImpl 440 mIcingSearchEngineLocked.setSchema(finalSchema, forceOverride); in setSchema() 1640 mIcingSearchEngineLocked.setSchema( in prunePackageData()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
H A D | AppSearchManagerService.java | 314 public void setSchema( in setSchema() method in AppSearchManagerService.Stub 367 SetSchemaResponse setSchemaResponse = instance.getAppSearchImpl().setSchema( in setSchema()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/aosp12/frameworks/base/apex/appsearch/framework/api/ |
H A D | current.txt | 147 …method public void setSchema(@NonNull android.app.appsearch.SetSchemaRequest, @NonNull java.util.c…
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutPackage.java | 2659 session.setSchema( in setupSchema()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 661 public void setSchema(String packageName, String databaseName, List<Bundle> schemaBundles, in setSchema() method in BaseShortcutManagerTest.MockAppSearchManager
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 53551 method public void setSchema(javax.xml.validation.Schema); 53604 method public void setSchema(javax.xml.validation.Schema);
|