Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
H A DUceController.java323 private PublishController mPublishController; field in UceController
402 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 …]
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/
H A DUceControllerTest.java59 @Mock PublishController mPublishController; field in UceControllerTest
81 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()