Home
last modified time | relevance | path

Searched refs:addCapabilitiesToDisableForTech (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureManager.java463 request.addCapabilitiesToDisableForTech(CAPABILITY_OPTIONS, techNr); in disableAllRcsUceCapabilities()
464 request.addCapabilitiesToDisableForTech(CAPABILITY_OPTIONS, techLte); in disableAllRcsUceCapabilities()
465 request.addCapabilitiesToDisableForTech(CAPABILITY_OPTIONS, techIWlan); in disableAllRcsUceCapabilities()
466 request.addCapabilitiesToDisableForTech(CAPABILITY_PRESENCE, techNr); in disableAllRcsUceCapabilities()
467 request.addCapabilitiesToDisableForTech(CAPABILITY_PRESENCE, techLte); in disableAllRcsUceCapabilities()
468 request.addCapabilitiesToDisableForTech(CAPABILITY_PRESENCE, techIWlan); in disableAllRcsUceCapabilities()
DImsManager.java1800 request.addCapabilitiesToDisableForTech( in updateVoiceCellFeatureValue()
1809 request.addCapabilitiesToDisableForTech( in updateVoiceCellFeatureValue()
1847 request.addCapabilitiesToDisableForTech( in updateVideoCallFeatureValue()
1858 request.addCapabilitiesToDisableForTech( in updateVideoCallFeatureValue()
1898 request.addCapabilitiesToDisableForTech( in updateVoiceWifiFeatureAndProvisionedValues()
1920 request.addCapabilitiesToDisableForTech( in updateCrossSimFeatureAndProvisionedValues()
1963 request.addCapabilitiesToDisableForTech( in updateUtFeatureValue()
1990 request.addCapabilitiesToDisableForTech( in updateCallComposerFeatureValueLegacy()
1999 request.addCapabilitiesToDisableForTech( in updateCallComposerFeatureValueLegacy()
2046 request.addCapabilitiesToDisableForTech( in updateCallComposerFeatureValue()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsFeatureTest.java233 request.addCapabilitiesToDisableForTech(TestImsFeature.CAPABILITY_TEST_1, in testCapabilityChangeContainsFullSets()
257 request.addCapabilitiesToDisableForTech(MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_UT, in testCapabilityChangeRequestParcel()
259 request.addCapabilitiesToDisableForTech(MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_UT, in testCapabilityChangeRequestParcel()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DCapabilityChangeRequest.java138 public void addCapabilitiesToDisableForTech(int capabilities, in addCapabilitiesToDisableForTech() method in CapabilityChangeRequest
/frameworks/base/core/api/
Dsystem-current.txt17281 method public void addCapabilitiesToDisableForTech(int, int);