HomeSort by relevance Sort by last modified time
    Searched full:mwindowlength (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsPackageEntry.java 51 private long mWindowLength;
55 mWindowLength = windowLength;
72 float amountRunning = mRunDuration / (float) mWindowLength;
77 float amountRunning = mBgDuration / (float) mWindowLength;

Completed in 64 milliseconds