Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java387 updateSystemAction(clickable, SYSTEM_ACTION_ID_ACCESSIBILITY_BUTTON); in updateA11yState()
388 updateSystemAction(longClickable, SYSTEM_ACTION_ID_ACCESSIBILITY_BUTTON_CHOOSER); in updateA11yState()
397 private void updateSystemAction(boolean register, int actionId) { in updateSystemAction() method in NavBarHelper