Searched defs:slowDeliveryThresholdMs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLooper.java175 long slowDeliveryThresholdMs = me.mSlowDeliveryThresholdMs;
178 slowDeliveryThresholdMs = thresholdOverride;
180 final boolean logSlowDelivery = (slowDeliveryThresholdMs > 0) && (msg.when > 0);
207 if (showSlowLog(slowDeliveryThresholdMs, msg.when, dispatchStart, "delivery",
301 public void setSlowLogThresholdMs(long slowDispatchThresholdMs, long slowDeliveryThresholdMs) { argument
303 mSlowDeliveryThresholdMs = slowDeliveryThresholdMs;

Completed in 1610 milliseconds