Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DSystemActionPerformer.java210 systemActions.add(systemAction); in getSystemActions()
214 addLegacySystemActions(systemActions); in getSystemActions()
216 return systemActions; in getSystemActions()
221 systemActions.add(mLegacyBackAction); in addLegacySystemActions()
224 systemActions.add(mLegacyHomeAction); in addLegacySystemActions()
227 systemActions.add(mLegacyRecentsAction); in addLegacySystemActions()
231 systemActions.add(mLegacyNotificationsAction); in addLegacySystemActions()
235 systemActions.add(mLegacyQuickSettingsAction); in addLegacySystemActions()
239 systemActions.add(mLegacyPowerDialogAction); in addLegacySystemActions()
243 systemActions.add(mLegacyLockScreenAction); in addLegacySystemActions()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java176 SystemActions systemActions, in NavBarHelper() argument
198 mSystemActions = systemActions; in NavBarHelper()