Searched refs:overlayPackages (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
H A D | CustomTheme.java | 42 private CustomTheme(@NonNull String id, String title, Map<String, String> overlayPackages, in CustomTheme() argument 44 super(title, overlayPackages, false, previewInfo); in CustomTheme()
|
H A D | CustomThemeManager.java | 43 private CustomThemeManager(Map<String, String> overlayPackages, in CustomThemeManager() argument 46 overlayPackages.forEach(mBuilder::addOverlayPackage); in CustomThemeManager()
|
/aosp12/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/ |
H A D | IconPackOverlayTest.java | 183 private void hasEqualVectorDrawableAttributes(String targetPkg, String[] overlayPackages) { in hasEqualVectorDrawableAttributes() argument 193 for (String overlayPkg : overlayPackages) { in hasEqualVectorDrawableAttributes()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
H A D | ThemeBundle.java | 87 protected ThemeBundle(String title, Map<String, String> overlayPackages, in ThemeBundle() argument 92 mPackagesByCategory = Collections.unmodifiableMap(removeNullValues(overlayPackages)); in ThemeBundle()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 27769 final ArrayList<PackageInfo> overlayPackages = new ArrayList<PackageInfo>(); 27776 overlayPackages.add(pkg); 27781 return overlayPackages;
|