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

/packages/apps/Email/src/com/android/email/
H A DThrottle.java36 public class Throttle { class
72 public Throttle(String name, Runnable callback, Handler handler) { method in class:Throttle
77 public Throttle(String name, Runnable callback, Handler handler,int minTimeout, method in class:Throttle
83 /* package */ Throttle(String name, Runnable callback, Handler handler,int minTimeout, method in class:Throttle
99 Log.d(Logging.LOG_TAG, "Throttle: [" + mName + "] " + message);

Completed in 31 milliseconds