Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java130 public static final long CAPABILITY_SIP_DELEGATE_CREATION = 1 << 1; field in ImsService
138 Long.numberOfTrailingZeros(CAPABILITY_SIP_DELEGATE_CREATION);
149 CAPABILITY_SIP_DELEGATE_CREATION
160 put(CAPABILITY_SIP_DELEGATE_CREATION, "SIP_DELEGATE_CREATION");
/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
H A DTestImsService.java71 return CAPABILITY_SIP_DELEGATE_CREATION; in getImsServiceCapabilities()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DImsServiceTest.java161 ImsService.CAPABILITY_SIP_DELEGATE_CREATION; in testCapsSanitized()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsServiceControllerTest.java244 ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in testBindServiceSipDelegateCapability()
274 ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in testBindServiceSipDelegateCapabilityLost()
953 assertTrue((ImsService.CAPABILITY_SIP_DELEGATE_CREATION | fc.getCapabilities()) > 0); in validateFeatureContainerExistsWithSipDelegate()
960 assertEquals(0, (ImsService.CAPABILITY_SIP_DELEGATE_CREATION & fc.getCapabilities())); in validateFeatureContainerDoesNotHaveSipDelegate()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DRcsFeatureManager.java326 if (!isImsServiceCapable(ImsService.CAPABILITY_SIP_DELEGATE_CREATION)) { in getSipTransport()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java654 caps &= ~(ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in modifyCapabiltiesForSlot()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt13192 field public static final long CAPABILITY_SIP_DELEGATE_CREATION = 2L; // 0x2L