Searched refs:PIN_PREDICTION (Results 1 – 2 of 2) sorted by relevance
32 mActions.put(PIN_PREDICTION, new LauncherAction( in QuickstepAccessibilityDelegate()33 PIN_PREDICTION, R.string.pin_prediction, KeyEvent.KEYCODE_P)); in QuickstepAccessibilityDelegate()39 out.add(new LauncherAction(PIN_PREDICTION, R.string.pin_prediction, in getSupportedActions()48 if (action == PIN_PREDICTION) { in performAction()
66 public static final int PIN_PREDICTION = R.id.action_pin_prediction; field in LauncherAccessibilityDelegate