Home
last modified time | relevance | path

Searched refs:rewrittenSchemaResults (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java749 RewrittenSchemaResults rewrittenSchemaResults = in doSetSchemaNoChangeNotificationLocked() local
805 rewrittenSchemaResults.mRewrittenPrefixedTypes.values()) { in doSetSchemaNoChangeNotificationLocked()
809 for (String schemaType : rewrittenSchemaResults.mDeletedPrefixedTypes) { in doSetSchemaNoChangeNotificationLocked()
822 new ArraySet<>(rewrittenSchemaResults.mRewrittenPrefixedTypes.keySet()); in doSetSchemaNoChangeNotificationLocked()
846 deprecatedVisibilityDocuments.addAll(rewrittenSchemaResults.mDeletedPrefixedTypes); in doSetSchemaNoChangeNotificationLocked()
2555 RewrittenSchemaResults rewrittenSchemaResults = new RewrittenSchemaResults(); in rewriteSchema() local
2556 rewrittenSchemaResults.mRewrittenPrefixedTypes.putAll(newTypesToProto); in rewriteSchema()
2571 rewrittenSchemaResults.mDeletedPrefixedTypes.add(schemaType); in rewriteSchema()
2578 return rewrittenSchemaResults; in rewriteSchema()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java198 AppSearchImpl.RewrittenSchemaResults rewrittenSchemaResults = in testRewriteSchema_addType() local
203 assertThat(rewrittenSchemaResults.mRewrittenPrefixedTypes.keySet()) in testRewriteSchema_addType()
209 rewrittenSchemaResults in testRewriteSchema_addType()
215 rewrittenSchemaResults in testRewriteSchema_addType()
221 rewrittenSchemaResults in testRewriteSchema_addType()
226 assertThat(rewrittenSchemaResults.mDeletedPrefixedTypes).isEmpty(); in testRewriteSchema_addType()
299 AppSearchImpl.RewrittenSchemaResults rewrittenSchemaResults = in testRewriteSchema_rewriteType() local
306 assertThat(rewrittenSchemaResults.mRewrittenPrefixedTypes.keySet()) in testRewriteSchema_rewriteType()
308 assertThat(rewrittenSchemaResults.mDeletedPrefixedTypes).isEmpty(); in testRewriteSchema_rewriteType()
334 AppSearchImpl.RewrittenSchemaResults rewrittenSchemaResults = in testRewriteSchema_deleteType() local
[all …]