Searched refs:CAPABILITY_EMERGENCY_OVER_MMTEL (Results 1 – 9 of 9) sorted by relevance
62 final long caps = ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL; in testParcelUnparcel()
133 private static final long TEST_CAPS = ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL;
55 private static final long TEST_SERVICE_CAPS = ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL;
129 public static final long CAPABILITY_EMERGENCY_OVER_MMTEL = 1 << 0; field in ImsService209 CAPABILITY_EMERGENCY_OVER_MMTEL, "EMERGENCY_OVER_MMTEL",954 caps &= ~CAPABILITY_EMERGENCY_OVER_MMTEL; in sanitizeCapabilities()
168 assertEquals(0, (android.telephony.ims.ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL in validateMmTelFeatureContainerExists()
619 validateMmTelFeatureExistsInCallback(SLOT_0, ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL); in testCallbacksHappenWhenAddedAfterBind()925 assertTrue((ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL in testBindServiceAndAddRemoveEmergency()943 assertTrue((ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL in testBindServiceAndAddRemoveEmergency()955 assertTrue((ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL in testBindServiceAndAddRemoveEmergency()1428 assertTrue((ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL & fc.getCapabilities()) == 0); in validateMmTelFeatureContainerExists()1437 assertTrue((ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL | fc.getCapabilities()) > 0); in validateMmTelFeatureContainerExistsWithEmergency()
282 long invalidCaps = 0xDEADBEEF00000000L | ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL; in testCapsSanitized()
751 caps |= ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL; in modifyCapabiltiesForSlot()848 (capabilities & ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL) > 0; in createImsFeature()
707 ((capabilities | ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL) > 0); in onFeatureCapabilitiesUpdated()