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

  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 374 private void workForRandomPeriod(int minDuration, int maxDuration) {
376 int period = minDuration + random.nextInt(maxDuration - minDuration);
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 124 milliseconds