Searched refs:SpecialApp (Results 1 – 8 of 8) sorted by relevance
39 public enum SpecialApp { enum82 private SpecialApp(int uid) { in SpecialApp() method in SpecialApp
27 private final SpecialApp mSpecialApp;29 public AttributionKey(SpecialApp specialApp) { in AttributionKey()49 public SpecialApp getSpecialApp() { in getSpecialApp()
29 private ImmutableMap<SpecialApp,APP> mSpecialApps;52 public APP findApp(SpecialApp specialApp) { in findApp()66 final HashMap<SpecialApp,APP> specialApps = new HashMap(); in build()
46 public AppActivity findApp(SpecialApp specialApp) { in findApp()57 final AppActivity global = mApps.findApp(SpecialApp.GLOBAL); in findGlobalComponent()
55 public AppPower findApp(SpecialApp specialApp) { in findApp()
24 import com.android.powermodel.SpecialApp;47 = new ModemGlobalActivity(new AttributionKey(SpecialApp.GLOBAL)); in createGlobal()90 = new ModemRemainderActivity(new AttributionKey(SpecialApp.REMAINDER)); in createRemainder()
41 final AppActivity global = report.findApp(SpecialApp.GLOBAL); in testModemGlobal()69 final AppActivity remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder()
83 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder()116 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testRemainderTotal()