Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java171 RemoteAction actionBack = createRemoteAction( in registerActions()
175 RemoteAction actionHome = createRemoteAction( in registerActions()
179 RemoteAction actionRecents = createRemoteAction( in registerActions()
183 RemoteAction actionNotifications = createRemoteAction( in registerActions()
187 RemoteAction actionQuickSettings = createRemoteAction( in registerActions()
191 RemoteAction actionPowerDialog = createRemoteAction( in registerActions()
195 RemoteAction actionLockScreen = createRemoteAction( in registerActions()
199 RemoteAction actionTakeScreenshot = createRemoteAction( in registerActions()
203 RemoteAction actionAccessibilityShortcut = createRemoteAction( in registerActions()
275 mA11yManager.registerSystemAction(createRemoteAction(labelId, intent), actionId); in register()
[all …]