Home
last modified time | relevance | path

Searched refs:SHORTCUTS_AND_NOTIFICATIONS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java63 public static final int SHORTCUTS_AND_NOTIFICATIONS = R.id.action_shortcuts_and_notifications; field in LauncherAccessibilityDelegate
101 mActions.put(SHORTCUTS_AND_NOTIFICATIONS, new AccessibilityAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()
123 ? SHORTCUTS_AND_NOTIFICATIONS : DEEP_SHORTCUTS)); in addSupportedActions()