Home
last modified time | relevance | path

Searched refs:getServiceState (Results 1 – 7 of 7) sorted by relevance

/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceInfoParser.java162 ((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()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java198 public int getServiceState(int serviceType) { in getServiceState() method in RcsPresenceInfo
348 " ipVoiceCallSate=" + getServiceState(ServiceType.VOLTE_CALL) + in toString()
352 " ipVideoCallSate=" + getServiceState(ServiceType.VT_CALL) + in toString()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java894 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()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java232 public ServiceState getServiceState() { in getServiceState() method in TelephonyEvents.ServiceStateEvent
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java406 capInfo.setIpVoiceSupported(presenceInfo.getServiceState( in requestPublication()
409 capInfo.setIpVideoSupported(presenceInfo.getServiceState( in requestPublication()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java337 assertEquals(serviceState, telephonyManager.getServiceState()); in shouldSetServiceState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java584 protected ServiceState getServiceState() {