HomeSort by relevance Sort by last modified time
    Searched refs:maxRunTime (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
ProcessStatsDumpsysTest.java 406 final long maxRunTime = (finishNs - startNs) / 1000000;
423 assertTagValueLessThan(parts, "...", maxRunTime); // total time.
439 assertTagValueLessThan(parts, "...", maxRunTime); // total time.
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsData.java 208 long maxRunTime = 0;
212 if (proc.mRunDuration > maxRunTime) {
213 maxRunTime = proc.mRunDuration;
221 mContext.getString(R.string.process_stats_os_zram), maxRunTime,

Completed in 513 milliseconds