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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DThrottle.java34 public class Throttle { class
73 public Throttle(String name, Runnable callback, Handler handler) { method in class:Throttle
78 public Throttle(String name, Runnable callback, Handler handler,int minTimeout, method in class:Throttle
85 public Throttle(String name, Runnable callback, Handler handler,int minTimeout, method in class:Throttle
101 Log.d(LOG_TAG, "Throttle: [" + mName + "] " + message);

Completed in 83 milliseconds