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