Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java141 public static final long CAPABILITY_SIP_DELEGATE_CREATION = 1 << 1; field in ImsService
197 CAPABILITY_SIP_DELEGATE_CREATION,
210 CAPABILITY_SIP_DELEGATE_CREATION, "SIP_DELEGATE_CREATION",
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsServiceTest.java280 long validCaps = ImsService.CAPABILITY_SIP_DELEGATE_CREATION; in testCapsSanitized()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java461 ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in testBindServiceSipDelegateCapability()
493 ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in testBindServiceSipDelegateCapabilityLost()
1444 assertTrue((ImsService.CAPABILITY_SIP_DELEGATE_CREATION | fc.getCapabilities()) > 0); in validateFeatureContainerExistsWithSipDelegate()
1451 assertEquals(0, (ImsService.CAPABILITY_SIP_DELEGATE_CREATION & fc.getCapabilities())); in validateFeatureContainerDoesNotHaveSipDelegate()
/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureManager.java343 if (!isImsServiceCapable(ImsService.CAPABILITY_SIP_DELEGATE_CREATION)) { in getSipTransport()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java759 caps &= ~(ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in modifyCapabiltiesForSlot()
/frameworks/base/core/api/
Dsystem-current.txt16632 field public static final long CAPABILITY_SIP_DELEGATE_CREATION = 2L; // 0x2L