Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DLooper.java161 final long ident, final int thresholdOverride) { in loopOnce() argument
181 final boolean hasOverride = thresholdOverride >= 0; in loopOnce()
183 slowDispatchThresholdMs = thresholdOverride; in loopOnce()
184 slowDeliveryThresholdMs = thresholdOverride; in loopOnce()
285 final int thresholdOverride = in loop() local
294 if (!loopOnce(me, ident, thresholdOverride)) { in loop()