Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java95 private static final int SYSTEM_ACTION_ID_QUICK_SETTINGS = field in SystemActions
211 mA11yManager.registerSystemAction(actionQuickSettings, SYSTEM_ACTION_ID_QUICK_SETTINGS); in registerActions()
243 case SYSTEM_ACTION_ID_QUICK_SETTINGS: in register()