Searched refs:CAPABILITY_SIP_DELEGATE_CREATION (Results 1 – 7 of 7) sorted by relevance
130 public static final long CAPABILITY_SIP_DELEGATE_CREATION = 1 << 1; field in ImsService138 Long.numberOfTrailingZeros(CAPABILITY_SIP_DELEGATE_CREATION);149 CAPABILITY_SIP_DELEGATE_CREATION160 put(CAPABILITY_SIP_DELEGATE_CREATION, "SIP_DELEGATE_CREATION");
71 return CAPABILITY_SIP_DELEGATE_CREATION; in getImsServiceCapabilities()
161 ImsService.CAPABILITY_SIP_DELEGATE_CREATION; in testCapsSanitized()
244 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()
326 if (!isImsServiceCapable(ImsService.CAPABILITY_SIP_DELEGATE_CREATION)) { in getSipTransport()
654 caps &= ~(ImsService.CAPABILITY_SIP_DELEGATE_CREATION); in modifyCapabiltiesForSlot()
13192 field public static final long CAPABILITY_SIP_DELEGATE_CREATION = 2L; // 0x2L