Home
last modified time | relevance | path

Searched refs:PublishController (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
H A DDeviceCapabilityListener.java51 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishTriggerType;
557 PublishController.PUBLISH_TRIGGER_TTY_PREFERRED_CHANGE); in handleTtyPreferredModeChanged()
566 PublishController.PUBLISH_TRIGGER_AIRPLANE_MODE_CHANGE); in handleAirplaneModeChanged()
575 PublishController.PUBLISH_TRIGGER_MOBILE_DATA_CHANGE); in handleMobileDataChanged()
584 PublishController.PUBLISH_TRIGGER_VT_SETTING_CHANGE); in handleVtSettingChanged()
594 PublishController.PUBLISH_TRIGGER_MMTEL_REGISTERED); in handleImsMmtelRegistered()
605 PublishController.PUBLISH_TRIGGER_MMTEL_UNREGISTERED); in handleImsMmtelUnregistered()
622 PublishController.PUBLISH_TRIGGER_MMTEL_URI_CHANGE); in handleMmTelSubscriberAssociatedUriChanged()
631 PublishController.PUBLISH_TRIGGER_MMTEL_CAPABILITY_CHANGE); in handleMmtelCapabilitiesStatusChanged()
654 PublishController.PUBLISH_TRIGGER_RCS_UNREGISTERED); in handleImsRcsUnregistered()
[all …]
H A DPublishProcessorState.java21 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()
H A DPublishProcessor.java34 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;
35 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishTriggerType;
354 mPublishCtrlCallback.requestPublishFromInternal(PublishController.PUBLISH_TRIGGER_RETRY); in handleRequestRespWithRetry()
432 .orElse(PublishController.PUBLISH_TRIGGER_RETRY); in checkAndSendPendingRequest()
H A DPublishControllerImpl.java64 public class PublishControllerImpl implements PublishController {
246 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_OVERRIDE_CAPS); in addRegistrationOverrideCapabilities()
255 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_OVERRIDE_CAPS); in removeRegistrationOverrideCapabilities()
264 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_OVERRIDE_CAPS); in clearRegistrationOverrideCapabilities()
408 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_SERVICE); in requestPublishCapabilitiesFromService()
865 PublishController.PUBLISH_TRIGGER_CARRIER_CONFIG_CHANGED); in handleCarrierConfigChangedMessage()
975 if (type == PublishController.PUBLISH_TRIGGER_SERVICE) { in handleRequestPublishMessage()
H A DPublishController.java37 public interface PublishController extends ControllerBase { interface
H A DPublishRequestResponse.java25 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
H A DPublishProcessorTest.java38 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;
83 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testDoPublish()
96 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_RETRY); in testPublishWithoutResetRetryCount()
107 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_RETRY); in testNotPublishWhenImsNotRegistered()
136 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_RETRY); in testNotPublishWhenCurrentTimeNotAllowed()
139 eq(PublishController.PUBLISH_TRIGGER_RETRY)); in testNotPublishWhenCurrentTimeNotAllowed()
158 eq(PublishController.PUBLISH_TRIGGER_RETRY)); in testCommandErrorWithRetry()
196 eq(PublishController.PUBLISH_TRIGGER_RETRY)); in testNetworkResponseWithRetry()
H A DPublishControllerImplTest.java19 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…
47 import com.android.ims.rcs.uce.presence.publish.PublishController.PublishControllerCallback;
191 verify(mPublishProcessor, never()).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishFromServiceWithoutRcsPresenceCapability()
216 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishFromServiceWithRcsCapability()
244 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testFirstRequestPublishIsTriggeredFromService()
251 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_VT_SETTING_CHANGE); in testFirstRequestPublishIsTriggeredFromService()
271 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishWhenDeviceCapabilitiesChange()
352 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testNotPublishWhitSipOptions()
H A DDeviceCapabilityListenerTest.java66 @Mock PublishController.PublishControllerCallback mCallback;
140 PublishController.PUBLISH_TRIGGER_TTY_PREFERRED_CHANGE); in testTtyPreferredModeChange()
157 PublishController.PUBLISH_TRIGGER_AIRPLANE_MODE_CHANGE); in testAirplaneModeChange()
174 PublishController.PUBLISH_TRIGGER_MMTEL_REGISTERED); in testMmtelRegistration()
192 PublishController.PUBLISH_TRIGGER_MMTEL_UNREGISTERED); in testMmTelUnregistration()
222 PublishController.PUBLISH_TRIGGER_RCS_REGISTERED); in testRcsRegistration()
245 PublishController.PUBLISH_TRIGGER_RCS_UNREGISTERED); in testRcsUnregistration()
263 PublishController.PUBLISH_TRIGGER_MMTEL_CAPABILITY_CHANGE); in testMmtelCapabilityChange()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
H A DUceController.java45 import com.android.ims.rcs.uce.presence.publish.PublishController;
171 PublishController createPublishController(Context context, int subId, in createPublishController()
193 public PublishController createPublishController(Context context, int subId,
323 private PublishController mPublishController;
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/
H A DUceControllerTest.java40 import com.android.ims.rcs.uce.presence.publish.PublishController;
59 @Mock PublishController mPublishController;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8748 com.android.ims.rcs.uce.presence.publish.PublishController$PublishControllerCallback
8749 com.android.ims.rcs.uce.presence.publish.PublishController$PublishTriggerType
8750 com.android.ims.rcs.uce.presence.publish.PublishController
H A Dboot-image-profile.txt32805 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishControllerCallback;
32806 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishTriggerType;
32807 Lcom/android/ims/rcs/uce/presence/publish/PublishController;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes8769 com.android.ims.rcs.uce.presence.publish.PublishController$PublishControllerCallback
8770 com.android.ims.rcs.uce.presence.publish.PublishController$PublishTriggerType
8771 com.android.ims.rcs.uce.presence.publish.PublishController
H A Dboot-image-profile.txt42469 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishControllerCallback;
42470 Lcom/android/ims/rcs/uce/presence/publish/PublishController$PublishTriggerType;
42471 Lcom/android/ims/rcs/uce/presence/publish/PublishController;