Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java407 updateSystemAction(clickable, SYSTEM_ACTION_ID_ACCESSIBILITY_BUTTON); in updateA11yState()
408 updateSystemAction(longClickable, SYSTEM_ACTION_ID_ACCESSIBILITY_BUTTON_CHOOSER); in updateA11yState()
417 private void updateSystemAction(boolean register, int actionId) { in updateSystemAction() method in NavBarHelper