Searched refs:PUBLISH_TRIGGER_SERVICE (Results 1 – 6 of 6) sorted by relevance
42 int PUBLISH_TRIGGER_SERVICE = 1; field90 PUBLISH_TRIGGER_SERVICE,
168 if (triggerType == PublishController.PUBLISH_TRIGGER_SERVICE) { in updatePublishingAllowedTime()
457 mPublishHandler.sendPublishMessage(PublishController.PUBLISH_TRIGGER_SERVICE); in requestPublishCapabilitiesFromService()744 if (!publishCtrl.isPresencePublishEnabled() && type != PUBLISH_TRIGGER_SERVICE) { in sendPublishMessage()1106 if (type == PublishController.PUBLISH_TRIGGER_SERVICE) { in handleRequestPublishMessage()
159 if (triggerType == PublishController.PUBLISH_TRIGGER_SERVICE) { in doPublishInternal()
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()509 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testRequestPublishWhenDeviceCapabilitiesChange()590 verify(mPublishProcessor).doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testNotPublishWhitSipOptions()
102 publishProcessor.doPublish(PublishController.PUBLISH_TRIGGER_SERVICE); in testDoPublish()