Searched refs:rewrittenSchemaResults (Results 1 – 2 of 2) sorted by relevance
749 RewrittenSchemaResults rewrittenSchemaResults = in doSetSchemaNoChangeNotificationLocked() local805 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() local2556 rewrittenSchemaResults.mRewrittenPrefixedTypes.putAll(newTypesToProto); in rewriteSchema()2571 rewrittenSchemaResults.mDeletedPrefixedTypes.add(schemaType); in rewriteSchema()2578 return rewrittenSchemaResults; in rewriteSchema()
198 AppSearchImpl.RewrittenSchemaResults rewrittenSchemaResults = in testRewriteSchema_addType() local203 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() local306 assertThat(rewrittenSchemaResults.mRewrittenPrefixedTypes.keySet()) in testRewriteSchema_rewriteType()308 assertThat(rewrittenSchemaResults.mDeletedPrefixedTypes).isEmpty(); in testRewriteSchema_rewriteType()334 AppSearchImpl.RewrittenSchemaResults rewrittenSchemaResults = in testRewriteSchema_deleteType() local[all …]