Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipAction.java84 void executeAction() { in executeAction() method in TvPipAction
85 mSystemActionsHandler.executeAction(mActionType); in executeAction()
91 void executeAction(@TvPipAction.ActionType int actionType); in executeAction() method
H A DTvPipCustomAction.java70 void executeAction() { in executeAction() method in TvPipCustomAction
71 super.executeAction(); in executeAction()
H A DTvPipActionsProvider.java91 public void executeAction(@TvPipAction.ActionType int actionType) { in executeAction() method in TvPipActionsProvider
93 mSystemActionsHandler.executeAction(actionType); in executeAction()
H A DTvPipController.java234 this::executeAction); in TvPipController()
690 private void executeAction(@TvPipAction.ActionType int actionType) { in executeAction() method in TvPipController
753 executeAction(getCorrespondingActionType(action)); in onReceive()
H A DTvPipMenuView.java621 action.executeAction(); in onClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/viewmodel/
H A DUserSwitcherViewModel.kt171 userInteractor.executeAction(action = model)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
H A DUserInteractorTest.kt508 underTest.executeAction(UserActionModel.ADD_USER)
519 underTest.executeAction(UserActionModel.ADD_SUPERVISED_USER)
535 underTest.executeAction(UserActionModel.NAVIGATE_TO_USER_MANAGEMENT)
570 underTest.executeAction(UserActionModel.ENTER_GUEST_MODE)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DUserInteractor.kt400 executeAction(LegacyUserDataHelper.toUserActionModel(record), dialogShower)
449 fun executeAction( regex