Home
last modified time | relevance | path

Searched refs:maxWeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java180 double maxWeight = subProcs.get(0).mRunWeight; in evaluateTargetPackage() local
185 if (subProc.mRunWeight < (maxWeight/2)) { in evaluateTargetPackage()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsEntry.java180 double maxWeight = subProcs.get(0).mRunWeight; in evaluateTargetPackage() local
185 if (subProc.mRunWeight < (maxWeight/2)) { in evaluateTargetPackage()