Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DDeviceCapabilityListenerTest.java140 verify(mCallback).requestPublishFromInternal( in testTtyPreferredModeChange()
158 verify(mCallback, never()).requestPublishFromInternal( in testMmtelRegistration()
188 verify(mCallback).requestPublishFromInternal( in testRcsRegistration()
207 verify(mCallback).requestPublishFromInternal( in testMmtelCapabilityChange()
231 verify(mCallback, never()).requestPublishFromInternal(anyInt()); in testImsUnregistration()
247 verify(mCallback, never()).requestPublishFromInternal(anyInt()); in testImsUnregistration()
278 verify(mCallback, never()).requestPublishFromInternal(anyInt()); in testRcsAndMmtelUnregistration()
305 verify(mCallback).requestPublishFromInternal( in testUnregisterRcsOnlyFromImsRegistration()
DPublishControllerImplTest.java469 callback.requestPublishFromInternal(PUBLISH_TRIGGER_VT_SETTING_CHANGE); in testFirstRequestPublishIsTriggeredFromService()
485 callback.requestPublishFromInternal(PUBLISH_TRIGGER_VT_SETTING_CHANGE); in testFirstRequestPublishIsTriggeredFromService()
513 callback.requestPublishFromInternal(PUBLISH_TRIGGER_RETRY); in testRequestPublishWhenDeviceCapabilitiesChange()
516 callback.requestPublishFromInternal(PUBLISH_TRIGGER_VT_SETTING_CHANGE); in testRequestPublishWhenDeviceCapabilitiesChange()
572 callback.requestPublishFromInternal(PUBLISH_TRIGGER_VT_SETTING_CHANGE); in testNotPublishWhitSipOptions()
DPublishProcessorTest.java158 verify(mPublishCtrlCallback).requestPublishFromInternal( in testNotPublishWhenCurrentTimeNotAllowed()
178 verify(mPublishCtrlCallback).requestPublishFromInternal( in testCommandErrorWithRetry()
219 verify(mPublishCtrlCallback).requestPublishFromInternal( in testNetworkResponseWithRetry()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DPublishProcessor.java226 mPublishCtrlCallback.requestPublishFromInternal(triggerType); in isRequestAllowed()
367 mPublishCtrlCallback.requestPublishFromInternal(PublishController.PUBLISH_TRIGGER_RETRY); in handleRequestRespWithRetry()
460 mPublishCtrlCallback.requestPublishFromInternal(type); in checkAndSendPendingRequest()
DPublishController.java117 void requestPublishFromInternal(@PublishTriggerType int type); in requestPublishFromInternal() method
DDeviceCapabilityListener.java129 mCallback.requestPublishFromInternal(triggerType); in handleMessage()
DPublishControllerImpl.java387 public void requestPublishFromInternal(@PublishTriggerType int type) {