Searched defs:prefixedSchemaType (Results 1 – 8 of 8) sorted by relevance
154 @NonNull String prefixedSchemaType) throws AppSearchException { in getTransitiveUnprefixedParentSchemaTypes()316 private @NonNull List<String> calculateTransitiveUnprefixedParentSchemaTypes( in calculateTransitiveUnprefixedParentSchemaTypes()348 private void collectParentTypeInDegrees( in collectParentTypeInDegrees()
410 String prefixedSchemaType = schema.getSchemaType(); in AppSearchImpl() local939 String prefixedSchemaType = typeConfig.getSchemaType(); in getSchema() local
131 String prefixedSchemaType = prefix + entry.getKey(); in toSearchSuggestionSpecProto() local
173 String prefixedSchemaType = prefix + proto.getSchema(); in toGenericDocument() local
316 String prefixedSchemaType = prefix + entry.getKey(); in toSearchSpecProto() local1092 String prefixedSchemaType = prefix + typePropertyWeight.getKey(); in addTypePropertyWeights() local
205 String prefixedSchemaType = Preconditions.checkNotNull( in toVisibilityDocumentV1() local
297 public @Nullable InternalVisibilityConfig getVisibility(@NonNull String prefixedSchemaType) { in getVisibility()
56 final String prefixedSchemaType = prefix + schemaType; in testToSearchResultProto() local