Loading telephony/java/com/android/ims/internal/IImsConfig.aidl +4 −4 Original line number Original line Diff line number Diff line Loading @@ -49,22 +49,22 @@ import com.android.ims.ImsConfigListener; */ */ interface IImsConfig { interface IImsConfig { /** /** * Gets the value for ims service/capabilities parameters from the master * Gets the value for ims service/capabilities parameters from the provisioned * value storage. Synchronous blocking call. * value storage. Synchronous blocking call. * * * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @return value in Integer format. * @return value in Integer format. */ */ int getMasterValue(int item); int getProvisionedValue(int item); /** /** * Gets the value for ims service/capabilities parameters from the master * Gets the value for ims service/capabilities parameters from the provisioned * value storage. Synchronous blocking call. * value storage. Synchronous blocking call. * * * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @return value in String format. * @return value in String format. */ */ String getMasterStringValue(int item); String getProvisionedStringValue(int item); /** /** * Sets the value for IMS service/capabilities parameters by the operator device * Sets the value for IMS service/capabilities parameters by the operator device Loading Loading
telephony/java/com/android/ims/internal/IImsConfig.aidl +4 −4 Original line number Original line Diff line number Diff line Loading @@ -49,22 +49,22 @@ import com.android.ims.ImsConfigListener; */ */ interface IImsConfig { interface IImsConfig { /** /** * Gets the value for ims service/capabilities parameters from the master * Gets the value for ims service/capabilities parameters from the provisioned * value storage. Synchronous blocking call. * value storage. Synchronous blocking call. * * * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @return value in Integer format. * @return value in Integer format. */ */ int getMasterValue(int item); int getProvisionedValue(int item); /** /** * Gets the value for ims service/capabilities parameters from the master * Gets the value for ims service/capabilities parameters from the provisioned * value storage. Synchronous blocking call. * value storage. Synchronous blocking call. * * * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants. * @return value in String format. * @return value in String format. */ */ String getMasterStringValue(int item); String getProvisionedStringValue(int item); /** /** * Sets the value for IMS service/capabilities parameters by the operator device * Sets the value for IMS service/capabilities parameters by the operator device Loading