Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLooper.java160 final long ident, final int thresholdOverride) { in loopOnce() argument
179 if (thresholdOverride > 0) { in loopOnce()
180 slowDispatchThresholdMs = thresholdOverride; in loopOnce()
181 slowDeliveryThresholdMs = thresholdOverride; in loopOnce()
279 final int thresholdOverride = in loop() local
288 if (!loopOnce(me, ident, thresholdOverride)) { in loop()