Searched refs:setFeatureValue (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsConfig.aidl94 oneway void setFeatureValue(int feature, int network, int value, ImsConfigListener listener);
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsConfigImplBase.java119 public void setFeatureValue(int feature, int network, int value, ImsConfigListener listener) method in class:ImsConfigImplBase
/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java681 public void setFeatureValue(int feature, int network, int value, method in class:ImsConfig
684 Rlog.d(TAG, "setFeatureValue: feature = " + feature + ", network =" + network +
688 miConfig.setFeatureValue(feature, network, value, listener);
690 throw new ImsException("setFeatureValue()", e,
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java576 config.setFeatureValue(ImsConfig.FeatureConstants.FEATURE_TYPE_VIDEO_OVER_LTE,
607 config.setFeatureValue(ImsConfig.FeatureConstants.FEATURE_TYPE_VIDEO_OVER_LTE,
698 config.setFeatureValue(ImsConfig.FeatureConstants.FEATURE_TYPE_VOICE_OVER_WIFI,
752 config.setFeatureValue(ImsConfig.FeatureConstants.FEATURE_TYPE_VOICE_OVER_WIFI,
1217 // setFeatureValue() function calls from setAdvanced4GMode(). This is done to
1267 // setFeatureValue() function calls from setAdvanced4GMode(). This is done to
1309 getConfigInterface().setFeatureValue(
1341 getConfigInterface().setFeatureValue(
1370 getConfigInterface().setFeatureValue(
2107 config.setFeatureValue(ImsConfi
[all...]

Completed in 90 milliseconds