/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsServiceControllerTest.java | 193 ImsFeature.FEATURE_MMTEL)); in testBindService() 219 ImsFeature.FEATURE_MMTEL)); in testBindFailureWhenBound() 239 ImsFeature.FEATURE_MMTEL)); in testBindServiceAndConnected() 249 eq(ImsFeature.FEATURE_MMTEL), any()); in testBindServiceAndConnected() 253 verify(mMockCallbacks).imsServiceFeatureCreated(eq(SLOT_0), eq(ImsFeature.FEATURE_MMTEL), in testBindServiceAndConnected() 271 ImsFeature.FEATURE_MMTEL)); in testCallChangeWithNoNewFeaturesWithSubIdChanged() 281 eq(ImsFeature.FEATURE_MMTEL), any()); in testCallChangeWithNoNewFeaturesWithSubIdChanged() 285 verify(mMockCallbacks).imsServiceFeatureCreated(eq(SLOT_0), eq(ImsFeature.FEATURE_MMTEL), in testCallChangeWithNoNewFeaturesWithSubIdChanged() 298 eq(ImsFeature.FEATURE_MMTEL), eq(true)); in testCallChangeWithNoNewFeaturesWithSubIdChanged() 300 eq(ImsFeature.FEATURE_MMTEL), any()); in testCallChangeWithNoNewFeaturesWithSubIdChanged() [all …]
|
D | ImsServiceControllerCompatTest.java | 148 eq(ImsFeature.FEATURE_MMTEL), any()); in testBindServiceAndCrashCleanUp() 149 verify(mMockCallbacks).imsServiceFeatureCreated(eq(SLOT_0), eq(ImsFeature.FEATURE_MMTEL), in testBindServiceAndCrashCleanUp() 158 eq(ImsFeature.FEATURE_MMTEL)); in testBindServiceAndCrashCleanUp() 164 mRepo.getIfExists(slotId, ImsFeature.FEATURE_MMTEL).orElse(null); in validateMmTelFeatureContainerExists() 174 mRepo.getIfExists(slotId, ImsFeature.FEATURE_MMTEL).orElse(null); in validateMmTelFeatureContainerDoesntExist() 181 ImsFeature.FEATURE_MMTEL)); in bindAndConnectService()
|
D | ImsResolverTest.java | 226 ImsFeature.FEATURE_MMTEL); in testIsDeviceImsServiceConfigured() 255 ImsFeature.FEATURE_MMTEL); in testGetConfiguredImsServiceDevice() 279 ImsFeature.FEATURE_MMTEL); in testGetConfiguredImsServiceNoDeviceOrCarrier() 308 ImsFeature.FEATURE_MMTEL); in testGetConfiguredImsServiceNoDeviceConfig() 340 ImsFeature.FEATURE_MMTEL)); in testGetConfiguredImsServiceCarrier() 348 ImsFeature.FEATURE_MMTEL); in testGetConfiguredImsServiceCarrier() 382 ImsFeature.FEATURE_MMTEL); in testGetConfiguredImsServiceCarrierDevice() 400 features.add(new ImsFeatureConfiguration.FeatureSlotPair(0, ImsFeature.FEATURE_MMTEL)); in testCarrierPackageBind() 437 featuresMmTel.add(new ImsFeatureConfiguration.FeatureSlotPair(0, ImsFeature.FEATURE_MMTEL)); in testDeviceCarrierPackageBindMultipleServices() 445 ImsFeature.FEATURE_MMTEL)); in testDeviceCarrierPackageBindMultipleServices() [all …]
|
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ImsFeatureBinderRepositoryTest.java | 91 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceExists() 93 mRepository.getIfExists(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceExists() 104 ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceDoesntExist() 113 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceRemoveDoesntExist() 114 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, null); in testGetInterfaceRemoveDoesntExist() 117 ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceRemoveDoesntExist() 128 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fcA); in testGetInterfaceUpdateExists() 129 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fcB); in testGetInterfaceUpdateExists() 132 ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceUpdateExists() 145 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fcA); in testGetMultipleInterfacesExists() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsServiceTest.java | 104 mTestImsServiceCompatBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testCreateMMTelFeatureCompat() 109 ImsFeature.FEATURE_MMTEL); in testCreateMMTelFeatureCompat() 117 ImsFeature.FEATURE_MMTEL)); in testCreateMMTelFeatureCompat() 131 mTestImsServiceCompatBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testNotCreateMMTelFeatureCompat() 136 ImsFeature.FEATURE_MMTEL); in testNotCreateMMTelFeatureCompat() 144 ImsFeature.FEATURE_MMTEL)); in testNotCreateMMTelFeatureCompat() 154 mTestImsServiceCompatBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testNotCreateMMTelFeatureCompat() 165 mTestImsServiceCompatBinder.addFeatureStatusCallback(TEST_SLOT_0, ImsFeature.FEATURE_MMTEL, in testRemoveMMTelFeatureCompat() 168 ImsFeature.FEATURE_MMTEL)); in testRemoveMMTelFeatureCompat() 171 ImsFeature.FEATURE_MMTEL, mTestCallback); in testRemoveMMTelFeatureCompat() [all …]
|
D | ImsRegistrationTests.java | 77 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigParcel() 94 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigPermutationEqual() 101 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigPermutationEqual() 112 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigConstructorsEqual() 119 .addFeature(/*slotId*/ 0, ImsFeature.FEATURE_MMTEL) in testRegistrationConfigConstructorsEqual()
|
D | ImsStateCallbackTest.java | 19 import static android.telephony.ims.feature.ImsFeature.FEATURE_MMTEL; 107 eq(SUB_ID_ONE), eq(FEATURE_MMTEL), any(IImsStateCallback.class), any()); in testMmTelRegisterAndUnregisterImsStateCallbackValues() 184 eq(SUB_ID_ONE), eq(FEATURE_MMTEL), callbackCaptor.capture(), any()); in testImsStateCallbacks()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | ImsFeature.java | 70 public static final int FEATURE_MMTEL = 1; field in ImsFeature 89 FEATURE_MMTEL, "MMTEL", 99 FEATURE_MMTEL,
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsService.java | 296 MmTelFeature f = (MmTelFeature) getImsFeature(slotId, ImsFeature.FEATURE_MMTEL); 307 MmTelFeature f = (MmTelFeature) getImsFeature(slotId, ImsFeature.FEATURE_MMTEL); 471 setupFeature(f, slotId, ImsFeature.FEATURE_MMTEL); in createMmTelFeatureInternal() 483 setupFeature(f, slotId, ImsFeature.FEATURE_MMTEL); in createEmergencyOnlyMmTelFeatureInternal() 817 setImsFeatureCreatedForSlot(slotId, ImsFeature.FEATURE_MMTEL, true); in createMmTelFeatureForSubscription() 844 setImsFeatureCreatedForSlot(slotId, ImsFeature.FEATURE_MMTEL, true); in createEmergencyOnlyMmTelFeature()
|
D | ImsMmTelManager.java | 1684 mSubId, ImsFeature.FEATURE_MMTEL, in registerImsStateCallback()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsServiceController.java | 468 ImsFeature.FEATURE_MMTEL))) { in sanitizeFeatureConfig() 755 if (!featureTypes.contains(ImsFeature.FEATURE_MMTEL) in modifyCapabiltiesForSlot() 845 case ImsFeature.FEATURE_MMTEL: { in createImsFeature()
|
D | ImsResolver.java | 603 setDeviceConfiguration(defaultMmTelPackageName, ImsFeature.FEATURE_MMTEL); in ImsResolver() 1506 result.put(ImsFeature.FEATURE_MMTEL, packageNameMmTel); in getImsPackageOverrideConfig() 1678 ImsFeature.FEATURE_MMTEL))) { in sanitizeFeatureConfig() 1769 info.addFeatureForAllSlots(mNumSlots, ImsFeature.FEATURE_MMTEL); in searchForImsServices()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataNetworkController.java | 222 List.of(ImsFeature.FEATURE_MMTEL, ImsFeature.FEATURE_RCS); 2610 case ImsFeature.FEATURE_MMTEL: in registerImsFeatureRegistrationState() 2642 if (imsFeature == ImsFeature.FEATURE_MMTEL) { in unregisterImsFeatureRegistrationState() 2685 .apply(ImsFeature.FEATURE_MMTEL); in registerImsStateCallback() 2688 mImsStateCallbacks.put(ImsFeature.FEATURE_MMTEL, callback); in registerImsStateCallback() 2706 ImsStateCallback callback = mImsStateCallbacks.get(ImsFeature.FEATURE_MMTEL); in unregisterImsStateCallbacks() 2709 mImsStateCallbacks.remove(ImsFeature.FEATURE_MMTEL); in unregisterImsStateCallbacks() 4141 + (mRegisteredImsFeatures.contains(ImsFeature.FEATURE_MMTEL) in tearDownGracefully() 4299 + (mRegisteredImsFeatures.contains(ImsFeature.FEATURE_MMTEL) in dump()
|
D | DataUtils.java | 382 case ImsFeature.FEATURE_MMTEL -> "MMTEL";
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataNetworkControllerTest.java | 1100 anyInt(), eq(ImsFeature.FEATURE_MMTEL)); in setUp()
|
/frameworks/base/core/api/ |
D | system-current.txt | 17307 field public static final int FEATURE_MMTEL = 1; // 0x1
|