Home
last modified time | relevance | path

Searched refs:SpecialApp (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DSpecialApp.java39 public enum SpecialApp { enum
82 private SpecialApp(int uid) { in SpecialApp() method in SpecialApp
DAttributionKey.java27 private final SpecialApp mSpecialApp;
29 public AttributionKey(SpecialApp specialApp) { in AttributionKey()
49 public SpecialApp getSpecialApp() { in getSpecialApp()
DAppList.java29 private ImmutableMap<SpecialApp,APP> mSpecialApps;
52 public APP findApp(SpecialApp specialApp) { in findApp()
66 final HashMap<SpecialApp,APP> specialApps = new HashMap(); in build()
DActivityReport.java46 public AppActivity findApp(SpecialApp specialApp) { in findApp()
57 final AppActivity global = mApps.findApp(SpecialApp.GLOBAL); in findGlobalComponent()
DPowerReport.java55 public AppPower findApp(SpecialApp specialApp) { in findApp()
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemBatteryStatsReader.java24 import com.android.powermodel.SpecialApp;
47 = new ModemGlobalActivity(new AttributionKey(SpecialApp.GLOBAL)); in createGlobal()
90 = new ModemRemainderActivity(new AttributionKey(SpecialApp.REMAINDER)); in createRemainder()
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DBatteryStatsReaderTest.java41 final AppActivity global = report.findApp(SpecialApp.GLOBAL); in testModemGlobal()
69 final AppActivity remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder()
DPowerReportTest.java83 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder()
116 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testRemainderTotal()