Searched refs:mPublishController (Results 1 – 2 of 2) sorted by relevance
323 private PublishController mPublishController; field in UceController402 mPublishController.onRcsConnected(manager); in onRcsConnected()425 mPublishController.onRcsDisconnected(); in onRcsDisconnected()444 mPublishController.onDestroy(); in onDestroy()457 mPublishController.onCarrierConfigChanged(); in onCarrierConfigChanged()537 mPublishController.clearResetDeviceStateTimer();693 mPublishController.onUnpublish(); in onUnpublish()710 mPublishController.registerPublishStateCallback(c); in registerPublishStateCallback()724 return mPublishController.getUcePublishState(); in getUcePublishState()769 return mPublishController.getLastPidfXml(); in getLastPidfXml()[all …]
59 @Mock PublishController mPublishController; field in UceControllerTest81 doReturn(mPublishController).when(mControllerFactory).createPublishController(any(), in setUp()105 verify(mPublishController).onRcsConnected(mFeatureManager); in testRcsConnected()121 verify(mPublishController).onRcsDisconnected(); in testRcsDisconnected()135 verify(mPublishController).onDestroy(); in testOnDestroyed()234 verify(mPublishController).requestPublishCapabilitiesFromService(triggerType); in TestRequestPublishCapabilitiesFromService()244 verify(mPublishController).onUnpublish(); in testUnpublish()254 verify(mPublishController).registerPublishStateCallback(any()); in testRegisterPublishStateCallback()264 verify(mPublishController).unregisterPublishStateCallback(any()); in unregisterPublishStateCallback()274 verify(mPublishController).getUcePublishState(); in testGetUcePublishState()