Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DLatencyTracker.java183 private final int[] mTraceThresholdPerAction = new int[ACTIONS_ALL.length]; field in LatencyTracker
217 mTraceThresholdPerAction[action] = in updateProperties()
377 traceThreshold = mTraceThresholdPerAction[action]; in logAction()