Home
last modified time | relevance | path

Searched refs:PUBLISH_TRIGGER_RETRY (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DPublishProcessorTest.java116 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()
DPublishControllerImplTest.java19 import static com.android.ims.rcs.uce.presence.publish.PublishController.PUBLISH_TRIGGER_RETRY;
513 callback.requestPublishFromInternal(PUBLISH_TRIGGER_RETRY); in testRequestPublishWhenDeviceCapabilitiesChange()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DPublishController.java45 int PUBLISH_TRIGGER_RETRY = 2; field
91 PUBLISH_TRIGGER_RETRY,
DPublishProcessor.java367 mPublishCtrlCallback.requestPublishFromInternal(PublishController.PUBLISH_TRIGGER_RETRY); in handleRequestRespWithRetry()
455 .orElse(PublishController.PUBLISH_TRIGGER_RETRY); in checkAndSendPendingRequest()
DPublishProcessorState.java173 } else if (triggerType != PublishController.PUBLISH_TRIGGER_RETRY) { in updatePublishingAllowedTime()