Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DLooperStatsService.java58 private static final int DEFAULT_SAMPLING_INTERVAL = 1000; field in LooperStatsService
86 parser.getInt(SETTINGS_SAMPLING_INTERVAL_KEY, DEFAULT_SAMPLING_INTERVAL)); in initFromSettings()
203 mStats = new LooperStats(DEFAULT_SAMPLING_INTERVAL, DEFAULT_ENTRIES_SIZE_CAP); in Lifecycle()
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java180 private static final int DEFAULT_SAMPLING_INTERVAL = 1; field in InteractionJankMonitor
393 private int mSamplingInterval = DEFAULT_SAMPLING_INTERVAL;
501 mSamplingInterval = DEFAULT_SAMPLING_INTERVAL; in InteractionJankMonitor()
844 DEFAULT_SAMPLING_INTERVAL); in updateProperties()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLatencyTracker.java95 private static final int DEFAULT_SAMPLING_INTERVAL = 5; field in LatencyTracker
344 DEFAULT_SAMPLING_INTERVAL); in updateProperties()