Home
last modified time | relevance | path

Searched refs:typePropertyPaths (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DTypePropertyPathToProtoConverter.java39 @NonNull Map<String, List<String>> typePropertyPaths) { in toTypePropertyMaskList() argument
40 Objects.requireNonNull(typePropertyPaths); in toTypePropertyMaskList()
41 List<TypePropertyMask> typePropertyMasks = new ArrayList<>(typePropertyPaths.size()); in toTypePropertyMaskList()
42 for (Map.Entry<String, List<String>> e : typePropertyPaths.entrySet()) { in toTypePropertyMaskList()
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/
H A DIAppSearchManager.aidl134 in Map<String, List<String>> typePropertyPaths, in getDocuments() argument
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
H A DAppSearchManagerService.java574 @NonNull Map<String, List<String>> typePropertyPaths, in getDocuments() argument
582 Objects.requireNonNull(typePropertyPaths); in getDocuments()
613 typePropertyPaths); in getDocuments()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java775 @NonNull Map<String, List<String>> typePropertyPaths) in getDocument() argument
782 TypePropertyPathToProtoConverter.toTypePropertyMaskList(typePropertyPaths); in getDocument()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java724 List<String> ids, Map<String, List<String>> typePropertyPaths, in getDocuments() argument