am 846b71da: change setProvisionedValue/setProvisionedStringValue to return operation result.
* commit '846b71daaf4468c01e5371ee64e19327f7c094f1': change setProvisionedValue/setProvisionedStringValue to return operation result.
This commit is contained in:
committed by
Android Git Automerger
commit
3a332602e3
@@ -73,9 +73,9 @@ interface IImsConfig {
|
||||
*
|
||||
* @param item, as defined in com.android.ims.ImsConfig#ConfigConstants.
|
||||
* @param value in Integer format.
|
||||
* @return void.
|
||||
* @return as defined in com.android.ims.ImsConfig#OperationStatusConstants.
|
||||
*/
|
||||
void setProvisionedValue(int item, int value);
|
||||
int setProvisionedValue(int item, int value);
|
||||
|
||||
/**
|
||||
* Sets the value for IMS service/capabilities parameters by the operator device
|
||||
@@ -84,9 +84,9 @@ interface IImsConfig {
|
||||
*
|
||||
* @param item, as defined in com.android.ims.ImsConfig#ConfigConstants.
|
||||
* @param value in String format.
|
||||
* @return void.
|
||||
* @return as defined in com.android.ims.ImsConfig#OperationStatusConstants.
|
||||
*/
|
||||
void setProvisionedStringValue(int item, String value);
|
||||
int setProvisionedStringValue(int item, String value);
|
||||
|
||||
/**
|
||||
* Gets the value of the specified IMS feature item for specified network type.
|
||||
|
||||
Reference in New Issue
Block a user