Searched refs:OVERLAY_CATEGORY_ICON_SYSUI (Results 1 – 6 of 6) sorted by relevance
23 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_SYSUI;61 OVERLAY_CATEGORY_ICON_SYSUI, UserHandle.myUserId(), targetPackages)); in IconOptionsProvider()89 addOrUpdateOption(optionsByPrefix, overlayPackage, OVERLAY_CATEGORY_ICON_SYSUI); in loadOptions()146 option.addOverlayPackage(OVERLAY_CATEGORY_ICON_SYSUI, null); in addDefault()
23 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_SYSUI;227 return themePackages.get(OVERLAY_CATEGORY_ICON_SYSUI) == null && in isActive()
23 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_SYSUI;98 OVERLAY_CATEGORY_ICON_SYSUI, true, 0); in apply_WithDefaultTheme_StoresEmptyJsonString()100 OVERLAY_CATEGORY_ICON_SYSUI, true, 0); in apply_WithDefaultTheme_StoresEmptyJsonString()
23 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_SYSUI;53 THEME_CATEGORIES.add(OVERLAY_CATEGORY_ICON_SYSUI);
25 import static com.android.customization.model.ResourceConstants.OVERLAY_CATEGORY_ICON_SYSUI;397 customPackages.get(OVERLAY_CATEGORY_ICON_SYSUI)); in convertJsonToBuilder()
65 String OVERLAY_CATEGORY_ICON_SYSUI = "android.theme.customization.icon_pack.systemui"; field