Home
last modified time | relevance | path

Searched defs:systemActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DSystemActionPerformer.java195 List<AccessibilityAction> systemActions = new ArrayList<>(); in getSystemActions() local
210 private void addLegacySystemActions(List<AccessibilityAction> systemActions) { in addLegacySystemActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java398 SystemActions systemActions, in NavigationBarFragment()