Searched refs:ComponentPower (Results 1 – 7 of 7) sorted by relevance
25 private ImmutableMap<Component, ComponentPower> mComponents;43 public ComponentPower getComponentPower(Component component) { in getComponentPower()62 private HashMap<Component, ComponentPower> mComponents = new HashMap();74 for (final ComponentPower componentPower: mComponents.values()) { in build()82 public void addComponentPower(Component component, ComponentPower componentPower) { in addComponentPower()
26 public abstract class ComponentPower<ACTIVITY extends ComponentActivity> { class
38 public ComponentPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
67 final ComponentPower componentPower = entry.getValue() in createReport()
20 import com.android.powermodel.ComponentPower;22 public class ModemAppPower extends ComponentPower<ModemAppActivity> {
20 import com.android.powermodel.ComponentPower;22 public class ModemRemainderPower extends ComponentPower<ModemRemainderActivity> {
22 import com.android.powermodel.ComponentPower;