Searched refs:POWER_COMPONENT_PREFIX (Results 1 – 1 of 1) sorted by relevance
73 private static final String POWER_COMPONENT_PREFIX = "POWER_COMPONENT_"; field in PowerComponentUtil141 if (!component.startsWith(POWER_COMPONENT_PREFIX)) { in toPowerComponent()144 component = component.substring(POWER_COMPONENT_PREFIX.length()); in toPowerComponent()