Searched refs:ThrottledRunnable (Results 1 – 2 of 2) sorted by relevance
35 public class ThrottledRunnable implements Runnable { class49 public ThrottledRunnable(@NonNull Handler handler, long intervalMillis, in ThrottledRunnable() method in ThrottledRunnable
63 import com.android.permission.util.ThrottledRunnable;138 private final SparseArray<ThrottledRunnable> mGrantDefaultRolesThrottledRunnables =215 ThrottledRunnable runnable; in maybeGrantDefaultRolesAsync()219 runnable = new ThrottledRunnable(ForegroundThread.getHandler(), in maybeGrantDefaultRolesAsync()