Searched refs:remoteAction (Results 1 – 5 of 5) sorted by relevance
47 TvPipCustomAction(@ActionType int actionType, @NonNull RemoteAction remoteAction, in TvPipCustomAction() argument50 Objects.requireNonNull(remoteAction); in TvPipCustomAction()51 mRemoteAction = remoteAction; in TvPipCustomAction()
134 for (RemoteAction remoteAction : actions) { in onMediaActionsChanged()135 if (remoteAction.isEnabled()) { in onMediaActionsChanged()136 mMediaActions.add(remoteAction); in onMediaActionsChanged()
72 return getActions(textLinks).stream().filter(remoteAction -> { in getAction()73 ComponentName component = remoteAction.getActionIntent().getIntent().getComponent(); in getAction()
478 Optional<RemoteAction> remoteAction = in classifyText() local481 remoteAction.ifPresent(action -> { in classifyText()
162 final RemoteAction remoteAction = new RemoteAction( in testParcelLegacy() local173 .addAction(remoteAction) in testParcelLegacy()