Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java247 RemoteAction actionBack = createRemoteAction( in registerActions()
251 RemoteAction actionHome = createRemoteAction( in registerActions()
255 RemoteAction actionRecents = createRemoteAction( in registerActions()
267 RemoteAction actionPowerDialog = createRemoteAction( in registerActions()
271 RemoteAction actionLockScreen = createRemoteAction( in registerActions()
287 RemoteAction actionDpadUp = createRemoteAction( in registerActions()
291 RemoteAction actionDpadDown = createRemoteAction( in registerActions()
295 RemoteAction actionDpadLeft = createRemoteAction( in registerActions()
299 RemoteAction actionDpadRight = createRemoteAction( in registerActions()
303 RemoteAction actionDpadCenter = createRemoteAction( in registerActions()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
H A DTvPipActionProviderTest.java72 private RemoteAction createRemoteAction(int identifier) { in createRemoteAction() method in TvPipActionProviderTest
79 actions.add(createRemoteAction(i)); in createRemoteActions()
282 mActionsProvider.setAppActions(customActions, createRemoteAction(0)); in customCloseAdded()
295 RemoteAction customClose = createRemoteAction(/* id= */ 10); in customClose_matchesOtherCustomAction()
346 mActionsProvider.setAppActions(createRemoteActions(0), createRemoteAction(5)); in customCloseOnly_mediaActionsShowing()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewContextMenuTest.java84 private RemoteAction createRemoteAction() { in createRemoteAction() method in TextViewContextMenuTest
120 RemoteAction action = createRemoteAction(); in testAddMenuForTextClassification()