Searched refs:getWrappedAction (Results 1 – 5 of 5) sorted by relevance
45 public ControlAction getWrappedAction() { in getWrappedAction() method in ControlActionWrapper
87 return ControlActionWrapper.CREATOR.createFromParcel(parcel).getWrappedAction(); in parcelAndUnparcel()
155 assertEquals(action, wrapperCaptor.getValue().getWrappedAction()) in testOnAction_happyPath()
179 assertEquals(action, wrapperCaptor.getValue().getWrappedAction()) in testMaybeBindAndAction()
160 ActionMessage msg = new ActionMessage(controlId, action.getWrappedAction(), cb); in onBind()