Searched refs:APP (Results 1 – 15 of 15) sorted by relevance
26 class AppList<APP extends AppInfo> {27 private ImmutableList<APP> mAllApps;28 private ImmutableList<APP> mRegularApps;29 private ImmutableMap<SpecialApp,APP> mSpecialApps;34 public ImmutableList<APP> getAllApps() { in getAllApps()38 public ImmutableList<APP> getRegularApps() { in getRegularApps()42 public List<APP> findApp(String pkg) { in findApp()43 List<APP> result = new ArrayList(); in findApp()44 for (APP app: mRegularApps) { in findApp()52 public APP findApp(SpecialApp specialApp) { in findApp()[all …]
33 abstract static class Builder<APP extends AppInfo> {39 public abstract APP build(); in build()
10 APP=$113 $APP -Xplugin:libopenjdkjvmti.so "-agentpath:liblockagent.so$AGENT_OPTIONS" $@
107 mNormalBatterySipper.drainType = BatterySipper.DrainType.APP; in setUp()116 mSystemBatterySipper.drainType = BatterySipper.DrainType.APP; in setUp()173 mNormalBatterySipper.drainType = BatterySipper.DrainType.APP; in testShouldHideSipper_TypeSystem_ReturnTrue()180 mNormalBatterySipper.drainType = BatterySipper.DrainType.APP; in testShouldHideSipper_UidNormal_ReturnFalse()295 sipper.drainType = BatterySipper.DrainType.APP; in createTestSmearBatterySipper()
64 BatterySipper app = new BatterySipper(BatterySipper.DrainType.APP, null, 0); in testMediaPowerCalculator()
142 APP, enumConstant
577 final BatterySipper app = new BatterySipper(BatterySipper.DrainType.APP, u, 0); in processAppUsage()
85 app.writeToProto(proto, ReceiverListProto.APP); in writeToProto()
280 app.writeToProto(proto, ServiceRecordProto.APP); in writeToProto()
159 // OPEN: Settings -> Data Usage -> Data saver -> Unrestricted data access > APP toggle turned on161 // Settings -> Apps -> APP -> Data usage -> Unrestricted data usage toggle turned on162 // VALUE: package name of APP168 // OPEN: Settings -> Apps -> APP -> Data usage -> Background data toggle turned off169 // VALUE: package name of APP
161 final long appToken = p.start(GlobalSettingsProto.APP); in dumpProtoGlobalSettingsLocked()456 GlobalSettingsProto.Debug.APP); in dumpProtoGlobalSettingsLocked()1754 SecureSettingsProto.AlwaysOnVpn.APP); in dumpProtoSecureSettingsLocked()
1791 if (bs.drainType != bs.drainType.APP) { in pullDeviceCalculatedPowerBlameUid()1808 if (bs.drainType == bs.drainType.APP) { in pullDeviceCalculatedPowerBlameOther()
4017 case APP: in dumpCheckinLocked()5166 case APP: in dumpLocked()7314 if (bs.drainType != BatterySipper.DrainType.APP) { in dumpProtoAppsLocked()8121 case APP: in dumpProtoSystemLocked()
2225 // OPEN: Settings -> Data Usage -> Data saver -> Unrestricted data access > APP toggle turned on2227 // Settings -> Apps -> APP -> Data usage -> Unrestricted data usage toggle turned on2228 // VALUE: package name of APP2234 // OPEN: Settings -> Apps -> APP -> Data usage -> Background data toggle turned off2235 // VALUE: package name of APP
5593 // reserved 1; reserved "APP"; // Logged instead in DeviceCalculatedPowerBlameUid.