Searched refs:removePrefixesFromDocument (Results 1 – 3 of 3) sorted by relevance
188 public static String removePrefixesFromDocument(@NonNull DocumentProto.Builder documentBuilder) in removePrefixesFromDocument() method in PrefixUtil218 String nestedPrefix = removePrefixesFromDocument(derivedDocumentBuilder); in removePrefixesFromDocument()
21 …atic com.android.server.appsearch.external.localstorage.util.PrefixUtil.removePrefixesFromDocument;383 assertThat(removePrefixesFromDocument(actualDocument)).isEqualTo("package$databaseName/"); in testRemoveDocumentTypePrefixes()400 AppSearchException.class, () -> removePrefixesFromDocument(actualDocument)); in testRemoveDatabasesFromDocumentThrowsException()425 AppSearchException.class, () -> removePrefixesFromDocument(actualDocument)); in testNestedRemoveDatabasesFromDocumentThrowsException()1799 removePrefixesFromDocument(strippedDocumentProto); in testRewriteSearchResultProto()
25 …atic com.android.server.appsearch.external.localstorage.util.PrefixUtil.removePrefixesFromDocument;807 removePrefixesFromDocument(documentBuilder); in getDocument()2267 String prefix = removePrefixesFromDocument(documentBuilder); in rewriteSearchResultProto()