Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java86 private static final int SYSTEM_ACTION_ID_HOME = AccessibilityService.GLOBAL_ACTION_HOME; // = 2 field in SystemActions
308 mA11yManager.registerSystemAction(actionHome, SYSTEM_ACTION_ID_HOME); in registerActions()
370 case SYSTEM_ACTION_ID_HOME: in register()