Searched refs:FEATURE_MMTEL (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ImsFeatureBinderRepositoryTest.java | 89 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceExists() 91 mRepository.getIfExists(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceExists() 102 ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceDoesntExist() 111 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceRemoveDoesntExist() 112 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, null); in testGetInterfaceRemoveDoesntExist() 115 ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceRemoveDoesntExist() 126 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fcA); in testGetInterfaceUpdateExists() 127 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fcB); in testGetInterfaceUpdateExists() 130 ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceUpdateExists() 143 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fcA); in testGetMultipleInterfacesExists() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsServiceControllerTest.java | 170 ImsFeature.FEATURE_MMTEL)); in testBindService() 194 ImsFeature.FEATURE_MMTEL)); in testBindFailureWhenBound() 212 ImsFeature.FEATURE_MMTEL)); in testBindServiceAndConnected() 220 eq(ImsFeature.FEATURE_MMTEL), any()); in testBindServiceAndConnected() 224 verify(mMockCallbacks).imsServiceFeatureCreated(eq(SLOT_0), eq(ImsFeature.FEATURE_MMTEL), in testBindServiceAndConnected() 240 ImsFeature.FEATURE_MMTEL)); in testBindServiceSipDelegateCapability() 250 eq(ImsFeature.FEATURE_MMTEL), any()); in testBindServiceSipDelegateCapability() 254 verify(mMockCallbacks).imsServiceFeatureCreated(eq(SLOT_0), eq(ImsFeature.FEATURE_MMTEL), in testBindServiceSipDelegateCapability() 258 validateFeatureContainerExistsWithSipDelegate(ImsFeature.FEATURE_MMTEL, SLOT_0); in testBindServiceSipDelegateCapability() 272 ImsFeature.FEATURE_MMTEL)); in testBindServiceSipDelegateCapabilityLost() [all …]
|
D | ImsResolverTest.java | 219 ImsFeature.FEATURE_MMTEL)); in testIsDeviceImsServiceConfigured() 252 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceDevice() 280 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceNoDeviceOrCarrier() 313 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceNoDeviceConfig() 346 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceCarrier() 357 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceCarrier() 395 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceCarrierDevice() 414 features.add(new ImsFeatureConfiguration.FeatureSlotPair(0, ImsFeature.FEATURE_MMTEL)); in testCarrierPackageBind() 442 featuresMmTel.add(new ImsFeatureConfiguration.FeatureSlotPair(0, ImsFeature.FEATURE_MMTEL)); in testDeviceCarrierPackageBindMultipleServices() 450 ImsFeature.FEATURE_MMTEL)); in testDeviceCarrierPackageBindMultipleServices() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsServiceTest.java | 89 mTestImsServiceBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testCreateMMTelFeature() 94 ImsFeature featureToVerify = features.get(ImsFeature.FEATURE_MMTEL); in testCreateMMTelFeature() 112 mTestImsServiceBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testRemoveMMTelFeature() 115 mTestImsServiceBinder.removeFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testRemoveMMTelFeature() 117 mTestImsServiceBinder.removeImsFeature(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL); in testRemoveMMTelFeature() 122 assertNull(features.get(ImsFeature.FEATURE_MMTEL)); in testRemoveMMTelFeature() 129 mTestImsServiceBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testCallMethodOnCreatedFeature() 144 .addFeature(0, ImsFeature.FEATURE_MMTEL) in testQuerySupportedImsFeatures()
|
D | ImsRegistrationTests.java | 73 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigParcel() 90 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigPermutationEqual() 97 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigPermutationEqual() 108 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigConstructorsEqual() 115 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigConstructorsEqual()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | ImsFeature.java | 71 public static final int FEATURE_MMTEL = 1; field in ImsFeature 90 put(FEATURE_MMTEL, "MMTEL"); 101 FEATURE_MMTEL,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsServiceController.java | 416 ImsFeature.FEATURE_MMTEL))) { in sanitizeFeatureConfig() 650 if (!featureTypes.contains(ImsFeature.FEATURE_MMTEL) in modifyCapabiltiesForSlot() 738 case ImsFeature.FEATURE_MMTEL: { in createImsFeature()
|
D | ImsResolver.java | 581 setDeviceConfiguration(defaultMmTelPackageName, ImsFeature.FEATURE_MMTEL); in ImsResolver() 1459 result.put(ImsFeature.FEATURE_MMTEL, packageNameMmTel); in getImsPackageOverrideConfig() 1629 ImsFeature.FEATURE_MMTEL))) { in sanitizeFeatureConfig() 1720 info.addFeatureForAllSlots(mNumSlots, ImsFeature.FEATURE_MMTEL); in searchForImsServices()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsService.java | 302 setupFeature(f, slotId, ImsFeature.FEATURE_MMTEL); in createMmTelFeatureInternal()
|
/frameworks/base/core/api/ |
D | system-current.txt | 13734 field public static final int FEATURE_MMTEL = 1; // 0x1
|