Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java81 private IControlsActionCallback.Stub mActionCallback; field in ControlProviderServiceTest
102 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()