Searched refs:ShortcutManagerThrottlingPreferenceController (Results 1 – 5 of 5) sorted by relevance
33 public class ShortcutManagerThrottlingPreferenceController extends class42 public ShortcutManagerThrottlingPreferenceController(Context context) { in ShortcutManagerThrottlingPreferenceController() method in ShortcutManagerThrottlingPreferenceController
482 controllers.add(new ShortcutManagerThrottlingPreferenceController(context)); in buildPreferenceControllers()
483 controllers.add(new ShortcutManagerThrottlingPreferenceController(context)); in buildPreferenceControllers()
51 private ShortcutManagerThrottlingPreferenceController mController;57 mController = new ShortcutManagerThrottlingPreferenceController(mContext); in setup()