HomeSort by relevance Sort by last modified time
    Searched defs:mMaxWeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 65 private long mMaxWeight;
90 mMaxWeight = args.getLong(EXTRA_MAX_WEIGHT);
117 final double percentOfWeight = (((double)mEntry.mWeight) / mMaxWeight) * 100;
ProcessStatsUi.java 112 long mMaxWeight;
193 args.putLong(ProcessStatsDetail.EXTRA_MAX_WEIGHT, mMaxWeight);
562 mMaxWeight = maxWeight;
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 231 milliseconds