Loading telephony/java/com/android/ims/internal/IImsConfig.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -112,4 +112,12 @@ interface IImsConfig { * @return void */ oneway void setFeatureValue(int feature, int network, int value, ImsConfigListener listener); /** * Gets the value for IMS volte provisioned. * This should be the same as the operator provisioned value if applies. * * @return void */ boolean getVolteProvisioned(); } Loading
telephony/java/com/android/ims/internal/IImsConfig.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -112,4 +112,12 @@ interface IImsConfig { * @return void */ oneway void setFeatureValue(int feature, int network, int value, ImsConfigListener listener); /** * Gets the value for IMS volte provisioned. * This should be the same as the operator provisioned value if applies. * * @return void */ boolean getVolteProvisioned(); }