Searched refs:typePropertyPaths (Results 1 – 4 of 4) sorted by relevance
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
D | TypePropertyPathToProtoConverter.java | 39 @NonNull Map<String, List<String>> typePropertyPaths) { in toTypePropertyMaskBuilderList() argument 40 Objects.requireNonNull(typePropertyPaths); in toTypePropertyMaskBuilderList() 42 new ArrayList<>(typePropertyPaths.size()); in toTypePropertyMaskBuilderList() 43 for (Map.Entry<String, List<String>> e : typePropertyPaths.entrySet()) { in toTypePropertyMaskBuilderList()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | GetByDocumentIdRequest.java | 84 @Param(id = 3) @NonNull Bundle typePropertyPaths) { in GetByDocumentIdRequest() 87 mTypePropertyPaths = Objects.requireNonNull(typePropertyPaths); in GetByDocumentIdRequest()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImpl.java | 1206 @NonNull Map<String, List<String>> typePropertyPaths, in globalGetDocument() argument 1218 packageName, databaseName, namespace, id, typePropertyPaths); in globalGetDocument() 1268 @NonNull Map<String, List<String>> typePropertyPaths) in getDocument() argument 1275 packageName, databaseName, namespace, id, typePropertyPaths); in getDocument() 1313 @NonNull Map<String, List<String>> typePropertyPaths) in getDocumentProtoByIdLocked() argument 1317 TypePropertyPathToProtoConverter.toTypePropertyMaskBuilderList(typePropertyPaths); in getDocumentProtoByIdLocked()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | AppSearchManagerService.java | 929 Map<String, List<String>> typePropertyPaths = in getDocuments() 933 typePropertyPaths); in getDocuments() 940 typePropertyPaths, in getDocuments()
|