Home
last modified time | relevance | path

Searched refs:ServiceType (Results 1 – 6 of 6) sorted by relevance

/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java96 public static interface ServiceType { interface in RcsPresenceInfo
259 set(ServiceType.VOLTE_CALL, ipVoiceCallState, ipVoiceCallServiceNumber, in RcsPresenceInfo()
262 set(ServiceType.VT_CALL, ipVideoCallState, ipVideoCallServiceNumber, in RcsPresenceInfo()
348 " ipVoiceCallSate=" + getServiceState(ServiceType.VOLTE_CALL) + in toString()
350 Logger.hidePhoneNumberPii(getServiceContact(ServiceType.VOLTE_CALL)) + in toString()
351 " ipVoiceCallTimestamp=" + getTimeStamp(ServiceType.VOLTE_CALL) + in toString()
352 " ipVideoCallSate=" + getServiceState(ServiceType.VT_CALL) + in toString()
354 Logger.hidePhoneNumberPii(getServiceContact(ServiceType.VT_CALL)) + in toString()
355 " ipVideoCallTimestamp=" + getTimeStamp(ServiceType.VT_CALL); in toString()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceInfoParser.java43 import com.android.ims.RcsPresenceInfo.ServiceType;
163 ServiceType.VOLTE_CALL)) || in addPresenceInfo()
165 ServiceType.VOLTE_CALL)))?ServiceState.ONLINE: in addPresenceInfo()
166 presenceInfoTmp.getServiceState(ServiceType.VOLTE_CALL), in addPresenceInfo()
167 presenceInfoTmp.getServiceContact(ServiceType.VOLTE_CALL), in addPresenceInfo()
168 presenceInfoTmp.getTimeStamp(ServiceType.VOLTE_CALL), in addPresenceInfo()
170 ServiceType.VT_CALL)) || in addPresenceInfo()
172 ServiceType.VT_CALL)))?ServiceState.ONLINE: in addPresenceInfo()
173 presenceInfoTmp.getServiceState(ServiceType.VT_CALL), in addPresenceInfo()
174 presenceInfoTmp.getServiceContact(ServiceType.VOLTE_CALL), in addPresenceInfo()
[all …]
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc724 Qos.SendingFlowspec.ServiceType = serviceType; in SetQos()
734 Qos.ReceivingFlowspec.ServiceType = serviceType; in SetQos()
768 Qos.ReceivingFlowspec.ServiceType = serviceType; in SetQos()
773 Qos.ReceivingFlowspec.ServiceType = in SetQos()
1043 _flow->SendingFlowspec.ServiceType = SERVICETYPE_BESTEFFORT; in SetTrafficControl()
1052 _flow->ReceivingFlowspec.ServiceType = SERVICETYPE_BESTEFFORT; in SetTrafficControl()
1113 _flow->SendingFlowspec.ServiceType = SERVICETYPE_BESTEFFORT; in SetTrafficControl()
1128 _flow->SendingFlowspec.ServiceType = send->ServiceType; in SetTrafficControl()
1143 _flow->ReceivingFlowspec.ServiceType = in SetTrafficControl()
1156 _flow->ReceivingFlowspec.ServiceType = recv->ServiceType; in SetTrafficControl()
[all …]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java895 RcsPresenceInfo.ServiceType.VOLTE_CALL); in update()
897 RcsPresenceInfo.ServiceType.VOLTE_CALL); in update()
900 if(rcsPresenceInfo.getServiceState(RcsPresenceInfo.ServiceType.VOLTE_CALL) in update()
903 rcsPresenceInfo.getServiceContact(RcsPresenceInfo.ServiceType.VOLTE_CALL); in update()
913 RcsPresenceInfo.ServiceType.VT_CALL); in update()
915 RcsPresenceInfo.ServiceType.VT_CALL); in update()
918 if(rcsPresenceInfo.getServiceState(RcsPresenceInfo.ServiceType.VT_CALL) in update()
921 rcsPresenceInfo.getServiceContact(RcsPresenceInfo.ServiceType.VT_CALL); in update()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java407 RcsPresenceInfo.ServiceType.VOLTE_CALL) in requestPublication()
410 RcsPresenceInfo.ServiceType.VT_CALL) in requestPublication()
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc89 enum ServiceType { enum
146 ServiceType* service_type, in GetServiceTypeAndHostnameFromUri()
160 *service_type = static_cast<ServiceType>(i); in GetServiceTypeAndHostnameFromUri()
262 ServiceType service_type; in ParseIceServerUrl()