Searched refs:slowDeliveryThresholdMs (Results 1 – 1 of 1) sorted by relevance
178 long slowDeliveryThresholdMs = me.mSlowDeliveryThresholdMs; in loopOnce() local181 slowDeliveryThresholdMs = thresholdOverride; in loopOnce()183 final boolean logSlowDelivery = (slowDeliveryThresholdMs > 0) && (msg.when > 0); in loopOnce()224 if (showSlowLog(slowDeliveryThresholdMs, msg.when, dispatchStart, "delivery", in loopOnce()359 public void setSlowLogThresholdMs(long slowDispatchThresholdMs, long slowDeliveryThresholdMs) { in setSlowLogThresholdMs() argument361 mSlowDeliveryThresholdMs = slowDeliveryThresholdMs; in setSlowLogThresholdMs()