Searched refs:mActionCallback (Results 1 – 1 of 1) sorted by relevance
81 private IControlsActionCallback.Stub mActionCallback; field in ControlProviderServiceTest102 when(mActionCallback.asBinder()).thenCallRealMethod(); in setUp()103 when(mActionCallback.queryLocalInterface(any())).thenReturn(mActionCallback); in setUp()291 new CommandAction("", null)), mActionCallback); in testOnAction()294 verify(mActionCallback).accept(mToken, "TEST_ID", in testOnAction()