Home
last modified time | relevance | path

Searched refs:getDeletedTypes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/appsearch/external/app/
DSetSchemaResponseTest.java48 assertThat(original.getDeletedTypes()).containsExactly("delete1"); in testRebuild()
62 assertThat(original.getDeletedTypes()).containsExactly("delete1"); in testRebuild()
67 assertThat(rebuild.getDeletedTypes()).containsExactly("delete1", "delete2"); in testRebuild()
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSetSchemaResponse.java108 public Set<String> getDeletedTypes() { in getDeletedTypes() method in SetSchemaResponse
173 .addDeletedTypes(getDeletedTypes()) in toBuilder()
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/
DSchemaMigrationUtil.java83 Set<String> unmigratedDeletedTypes = new ArraySet<>(setSchemaResponse.getDeletedTypes()); in checkDeletedAndIncompatibleAfterMigration()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchSession.java709 setSchemaResponse.getDeletedTypes(), in setSchemaNoMigrations()
821 || !setSchemaResponse.getDeletedTypes().isEmpty()) { in setSchemaWithMigrations()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1420 assertThat(setSchemaResponse.getDeletedTypes()).containsExactly("Text"); in testSetSchema_incompatible()
1478 assertThat(setSchemaResponse.getDeletedTypes()).containsExactly("Document"); in testRemoveSchema()
/frameworks/base/apex/appsearch/framework/api/
Dcurrent.txt406 method @NonNull public java.util.Set<java.lang.String> getDeletedTypes();