Home
last modified time | relevance | path

Searched refs:activityReport (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerReport.java59 public static PowerReport createReport(PowerProfile profile, ActivityReport activityReport) { in createReport() argument
61 for (final AppActivity appActivity: activityReport.getAllApps()) { in createReport()
68 .applyProfile(activityReport, profile); in createReport()
DComponentActivity.java38 public ComponentPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile() argument
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemAppActivity.java48 public ModemAppPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile() argument
58 = (ModemGlobalActivity)activityReport.findGlobalComponent(Component.MODEM); in applyProfile()
DModemRemainderActivity.java54 public ModemRemainderPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile() argument