Searched refs:TripleTapShortcutOptionController (Results 1 – 3 of 3) sorted by relevance
39 public class TripleTapShortcutOptionController extends ShortcutOptionPreferenceController class44 public TripleTapShortcutOptionController(Context context, String preferenceKey) { in TripleTapShortcutOptionController() method in TripleTapShortcutOptionController
178 refreshPreferenceController(TripleTapShortcutOptionController.class); in onCreate()382 TripleTapShortcutOptionController tripleTapShortcutOptionController = in onExpanded()383 use(TripleTapShortcutOptionController.class); in onExpanded()387 refreshPreferenceController(TripleTapShortcutOptionController.class); in onExpanded()
68 private TripleTapShortcutOptionController mController;76 mController = new TripleTapShortcutOptionController(mContext, PREF_KEY); in setUp()