Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DConfigs.java467 duration = getWithinBounds(ProfilingManager.KEY_DURATION_MS, in getInitialProfilingTimeMs()
474 duration = getWithinBounds(ProfilingManager.KEY_DURATION_MS, in getInitialProfilingTimeMs()
481 duration = getWithinBounds(ProfilingManager.KEY_DURATION_MS, in getInitialProfilingTimeMs()
531 private static int getWithinBounds(String key, int defaultValue, int minValue, in getWithinBounds() method in Configs