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 D | TypePropertyPathToProtoConverter.java | 39 @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 D | IAppSearchManager.aidl | 134 in Map<String, List<String>> typePropertyPaths, in getDocuments() argument
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
H A D | AppSearchManagerService.java | 574 @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 D | AppSearchImpl.java | 775 @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 D | BaseShortcutManagerTest.java | 724 List<String> ids, Map<String, List<String>> typePropertyPaths, in getDocuments() argument
|