Searched refs:OVERLAY_CATEGORY_ICON_THEMEPICKER (Results 1 – 5 of 5) sorted by relevance
24 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_THEMEPICKER;67 OVERLAY_CATEGORY_ICON_THEMEPICKER, UserHandle.myUserId(), targetPackages)); in IconOptionsProvider()101 addOrUpdateOption(optionsByPrefix, overlayPackage, OVERLAY_CATEGORY_ICON_THEMEPICKER); in loadOptions()149 option.addOverlayPackage(OVERLAY_CATEGORY_ICON_THEMEPICKER, null); in addDefault()
24 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_THEMEPICKER;231 themePackages.get(OVERLAY_CATEGORY_ICON_THEMEPICKER) == null; in isActive()
24 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_THEMEPICKER;55 THEME_CATEGORIES.add(OVERLAY_CATEGORY_ICON_THEMEPICKER);
26 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_THEMEPICKER;403 customPackages.get(OVERLAY_CATEGORY_ICON_THEMEPICKER)); in convertJsonToBuilder()
67 String OVERLAY_CATEGORY_ICON_THEMEPICKER = "android.theme.customization.icon_pack.themepicker"; field