Searched refs:getServiceState (Results 1 – 7 of 7) sorted by relevance
162 ((ServiceState.ONLINE == presenceInfo.getServiceState( in addPresenceInfo()164 (ServiceState.ONLINE == presenceInfoTmp.getServiceState( in addPresenceInfo()166 presenceInfoTmp.getServiceState(ServiceType.VOLTE_CALL), in addPresenceInfo()169 ((ServiceState.ONLINE == presenceInfo.getServiceState( in addPresenceInfo()171 (ServiceState.ONLINE == presenceInfoTmp.getServiceState( in addPresenceInfo()173 presenceInfoTmp.getServiceState(ServiceType.VT_CALL), in addPresenceInfo()
198 public int getServiceState(int serviceType) { in getServiceState() method in RcsPresenceInfo348 " ipVoiceCallSate=" + getServiceState(ServiceType.VOLTE_CALL) + in toString()352 " ipVideoCallSate=" + getServiceState(ServiceType.VT_CALL) + in toString()
894 int lteCallCapability = rcsPresenceInfo.getServiceState( in update()900 if(rcsPresenceInfo.getServiceState(RcsPresenceInfo.ServiceType.VOLTE_CALL) in update()912 int videoCallCapability = rcsPresenceInfo.getServiceState( in update()918 if(rcsPresenceInfo.getServiceState(RcsPresenceInfo.ServiceType.VT_CALL) in update()
232 public ServiceState getServiceState() { in getServiceState() method in TelephonyEvents.ServiceStateEvent
406 capInfo.setIpVoiceSupported(presenceInfo.getServiceState( in requestPublication()409 capInfo.setIpVideoSupported(presenceInfo.getServiceState( in requestPublication()
337 assertEquals(serviceState, telephonyManager.getServiceState()); in shouldSetServiceState()
584 protected ServiceState getServiceState() {