Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipCustomAction.java47 TvPipCustomAction(@ActionType int actionType, @NonNull RemoteAction remoteAction, in TvPipCustomAction() argument
50 Objects.requireNonNull(remoteAction); in TvPipCustomAction()
51 mRemoteAction = remoteAction; in TvPipCustomAction()
DTvPipActionsProvider.java134 for (RemoteAction remoteAction : actions) { in onMediaActionsChanged()
135 if (remoteAction.isEnabled()) { in onMediaActionsChanged()
136 mMediaActions.add(remoteAction); in onMediaActionsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayUtils.java72 return getActions(textLinks).stream().filter(remoteAction -> { in getAction()
73 ComponentName component = remoteAction.getActionIntent().getIntent().getComponent(); in getAction()
DClipboardOverlayController.java478 Optional<RemoteAction> remoteAction = in classifyText() local
481 remoteAction.ifPresent(action -> { in classifyText()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java162 final RemoteAction remoteAction = new RemoteAction( in testParcelLegacy() local
173 .addAction(remoteAction) in testParcelLegacy()