Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java82 private static final int SYSTEM_ACTION_ID_BACK = AccessibilityService.GLOBAL_ACTION_BACK; // = 1 field in SystemActions
310 mA11yManager.registerSystemAction(actionBack, SYSTEM_ACTION_ID_BACK); in registerActions()
364 case SYSTEM_ACTION_ID_BACK: in register()