summaryrefslogtreecommitdiffstats
path: root/telephony/java
diff options
context:
space:
mode:
authorLibin.Tang@motorola.com <w16529@motorola.com>2014-10-31 10:04:13 -0500
committerPavel Zhamaitsiak <pavelz@google.com>2014-12-09 10:03:21 -0800
commit2cdac3bd53a1e8e8342a3cff9d53bb7c5b27b1c9 (patch)
treed477bd3eabc1a8836af5129eb277af67ef18612c /telephony/java
parentbec2c3e25124552c6c86a1c1723ce3562edcaaff (diff)
downloadframeworks_base-2cdac3bd53a1e8e8342a3cff9d53bb7c5b27b1c9.zip
frameworks_base-2cdac3bd53a1e8e8342a3cff9d53bb7c5b27b1c9.tar.gz
frameworks_base-2cdac3bd53a1e8e8342a3cff9d53bb7c5b27b1c9.tar.bz2
IMS: change getMasterValue to getProvisionedValue.
Bug: 18576107 Change-Id: I21293d42b87911a98af8169b697d0e40eafb8760
Diffstat (limited to 'telephony/java')
-rw-r--r--telephony/java/com/android/ims/internal/IImsConfig.aidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsConfig.aidl b/telephony/java/com/android/ims/internal/IImsConfig.aidl
index 0109a09..c17637c 100644
--- a/telephony/java/com/android/ims/internal/IImsConfig.aidl
+++ b/telephony/java/com/android/ims/internal/IImsConfig.aidl
@@ -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