Searched refs:PublishController (Results 1 – 15 of 15) sorted by relevance
41 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;102 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testDoPublish()116 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_RETRY); in testPublishWithoutResetRetryCount()127 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_RETRY); in testNotPublishWhenImsNotRegistered()156 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_RETRY); in testNotPublishWhenCurrentTimeNotAllowed()159 eq(PublishController.PUBLISH_TRIGGER_RETRY)); in testNotPublishWhenCurrentTimeNotAllowed()179 eq(PublishController.PUBLISH_TRIGGER_RETRY)); in testCommandErrorWithRetry()220 eq(PublishController.PUBLISH_TRIGGER_RETRY)); in testNetworkResponseWithRetry()
67 @Mock PublishController.PublishControllerCallback mCallback;141 PublishController.PUBLISH_TRIGGER_TTY_PREFERRED_CHANGE); in testTtyPreferredModeChange()159 PublishController.PUBLISH_TRIGGER_MMTEL_REGISTERED); in testMmtelRegistration()189 PublishController.PUBLISH_TRIGGER_RCS_REGISTERED); in testRcsRegistration()208 PublishController.PUBLISH_TRIGGER_MMTEL_CAPABILITY_CHANGE); in testMmtelCapabilityChange()306 PublishController.PUBLISH_TRIGGER_RCS_URI_CHANGE); in testUnregisterRcsOnlyFromImsRegistration()
19 import static com.android.ims.rcs.uce.presence.publish.PublishController.PUBLISH_TRIGGER_RETRY;20 import static com.android.ims.rcs.uce.presence.publish.PublishController.PUBLISH_TRIGGER_VT_SETTING…51 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;403 verify(mPublishProcessor, never()).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishFromServiceWithoutRcsPresenceCapability()428 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishFromServiceWithRcsCapability()482 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testFirstRequestPublishIsTriggeredFromService()489 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_VT_SETTING_CHANGE); in testFirstRequestPublishIsTriggeredFromService()509 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishWhenDeviceCapabilitiesChange()590 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testNotPublishWhitSipOptions()
50 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;51 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishTriggerType;564 PublishController.PUBLISH_TRIGGER_TTY_PREFERRED_CHANGE); in handleTtyPreferredModeChanged()573 PublishController.PUBLISH_TRIGGER_MOBILE_DATA_CHANGE); in handleMobileDataChanged()582 PublishController.PUBLISH_TRIGGER_VT_SETTING_CHANGE); in handleVtSettingChanged()624 PublishController.PUBLISH_TRIGGER_MMTEL_URI_CHANGE); in handleMmTelSubscriberAssociatedUriChanged()633 PublishController.PUBLISH_TRIGGER_MMTEL_CAPABILITY_CHANGE); in handleMmtelCapabilitiesStatusChanged()642 mHandler.sendTriggeringPublishMessage(PublishController.PUBLISH_TRIGGER_RCS_REGISTERED); in handleImsRcsRegistered()673 mHandler.sendTriggeringPublishMessage(PublishController.PUBLISH_TRIGGER_RCS_URI_CHANGE); in handleRcsSubscriberAssociatedUriChanged()682 PublishController.PUBLISH_TRIGGER_PROVISIONING_CHANGE); in handleProvisioningChanged()
36 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;37 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishTriggerType;159 if (triggerType == PublishController.PUBLISH_TRIGGER_SERVICE) { in doPublishInternal()367 mPublishCtrlCallback.requestPublishFromInternal(PublishController.PUBLISH_TRIGGER_RETRY); in handleRequestRespWithRetry()455 .orElse(PublishController.PUBLISH_TRIGGER_RETRY); in checkAndSendPendingRequest()
21 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishTriggerType;168 if (triggerType == PublishController.PUBLISH_TRIGGER_SERVICE) { in updatePublishingAllowedTime()173 } else if (triggerType != PublishController.PUBLISH_TRIGGER_RETRY) { in updatePublishingAllowedTime()
71 public class PublishControllerImpl implements PublishController {270 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_OVERRIDE_CAPS); in addRegistrationOverrideCapabilities()279 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_OVERRIDE_CAPS); in removeRegistrationOverrideCapabilities()288 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_OVERRIDE_CAPS); in clearRegistrationOverrideCapabilities()457 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_SERVICE); in requestPublishCapabilitiesFromService()979 PublishController.PUBLISH_TRIGGER_CARRIER_CONFIG_CHANGED); in handleCarrierConfigChangedMessage()1106 if (type == PublishController.PUBLISH_TRIGGER_SERVICE) { in handleRequestPublishMessage()
39 public interface PublishController extends ControllerBase { interface
28 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;
47 import com.android.ims.rcs.uce.presence.publish.PublishController;175 PublishController createPublishController(Context context, int subId, in createPublishController()197 public PublishController createPublishController(Context context, int subId,342 private PublishController mPublishController;
41 import com.android.ims.rcs.uce.presence.publish.PublishController;61 @Mock PublishController mPublishController;
10845 com.android.ims.rcs.uce.presence.publish.PublishController$PublishControllerCallback10846 com.android.ims.rcs.uce.presence.publish.PublishController$PublishTriggerType10847 com.android.ims.rcs.uce.presence.publish.PublishController
33270 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishControllerCallback;33271 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishTriggerType;33272 Lcom/android/ims/rcs/uce/presence/publish/PublishController;
10876 com.android.ims.rcs.uce.presence.publish.PublishController$PublishControllerCallback10877 com.android.ims.rcs.uce.presence.publish.PublishController$PublishTriggerType10878 com.android.ims.rcs.uce.presence.publish.PublishController
43431 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishControllerCallback;43432 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishTriggerType;43433 Lcom/android/ims/rcs/uce/presence/publish/PublishController;