Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1263d0cd authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

am 6549e9be: am 1e989df5: am 49b00a9c: Merge "IMS: change getMasterValue to...

am 6549e9be: am 1e989df5: am 49b00a9c: Merge "IMS: change getMasterValue to getProvisionedValue." into lmp-mr1-dev

* commit '6549e9be':
  IMS: change getMasterValue to getProvisionedValue.
parents 4ef46266 6549e9be
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -49,22 +49,22 @@ import com.android.ims.ImsConfigListener;
 */
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.
     *
     * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants.
     * @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.
     *
     * @param item, as defined in com.android.ims.ImsConfig#ConfigConstants.
     * @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