Searched refs:requestPublishFromInternal (Results 1 – 7 of 7) sorted by relevance
140 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()
469 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()
158 verify(mPublishCtrlCallback).requestPublishFromInternal( in testNotPublishWhenCurrentTimeNotAllowed()178 verify(mPublishCtrlCallback).requestPublishFromInternal( in testCommandErrorWithRetry()219 verify(mPublishCtrlCallback).requestPublishFromInternal( in testNetworkResponseWithRetry()
226 mPublishCtrlCallback.requestPublishFromInternal(triggerType); in isRequestAllowed()367 mPublishCtrlCallback.requestPublishFromInternal(PublishController.PUBLISH_TRIGGER_RETRY); in handleRequestRespWithRetry()460 mPublishCtrlCallback.requestPublishFromInternal(type); in checkAndSendPendingRequest()
117 void requestPublishFromInternal(@PublishTriggerType int type); in requestPublishFromInternal() method
129 mCallback.requestPublishFromInternal(triggerType); in handleMessage()
387 public void requestPublishFromInternal(@PublishTriggerType int type) {