Home
last modified time | relevance | path

Searched refs:CAPABILITY_EMERGENCY_OVER_MMTEL (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsFeatureContainerTest.java62 final long caps = ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL; in testParcelUnparcel()
DFeatureConnectorTest.java133 private static final long TEST_CAPS = ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL;
DImsFeatureBinderRepositoryTest.java55 private static final long TEST_SERVICE_CAPS = ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL;
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java129 public static final long CAPABILITY_EMERGENCY_OVER_MMTEL = 1 << 0; field in ImsService
209 CAPABILITY_EMERGENCY_OVER_MMTEL, "EMERGENCY_OVER_MMTEL",
954 caps &= ~CAPABILITY_EMERGENCY_OVER_MMTEL; in sanitizeCapabilities()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerCompatTest.java168 assertEquals(0, (android.telephony.ims.ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL in validateMmTelFeatureContainerExists()
DImsServiceControllerTest.java619 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()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsServiceTest.java282 long invalidCaps = 0xDEADBEEF00000000L | ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL; in testCapsSanitized()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java751 caps |= ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL; in modifyCapabiltiesForSlot()
848 (capabilities & ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL) > 0; in createImsFeature()
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java707 ((capabilities | ImsService.CAPABILITY_EMERGENCY_OVER_MMTEL) > 0); in onFeatureCapabilitiesUpdated()