Loading telephony/java/com/android/ims/ImsSsInfo.java +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ public class ImsSsInfo implements Parcelable { // 0: disabled, 1: enabled public int mStatus; public String mIcbNum; public ImsSsInfo() { } Loading @@ -50,6 +51,7 @@ public class ImsSsInfo implements Parcelable { @Override public void writeToParcel(Parcel out, int flags) { out.writeInt(mStatus); out.writeString(mIcbNum); } @Override Loading @@ -59,6 +61,7 @@ public class ImsSsInfo implements Parcelable { private void readFromParcel(Parcel in) { mStatus = in.readInt(); mIcbNum = in.readString(); } public static final Creator<ImsSsInfo> CREATOR = Loading telephony/java/com/android/ims/internal/IImsUt.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ interface IImsUt { /** * Updates the configuration of the call barring. */ int updateCallBarring(int cbType, boolean enable, in String[] barrList); int updateCallBarring(int cbType, int action, in String[] barrList); /** * Updates the configuration of the call forward. Loading Loading
telephony/java/com/android/ims/ImsSsInfo.java +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ public class ImsSsInfo implements Parcelable { // 0: disabled, 1: enabled public int mStatus; public String mIcbNum; public ImsSsInfo() { } Loading @@ -50,6 +51,7 @@ public class ImsSsInfo implements Parcelable { @Override public void writeToParcel(Parcel out, int flags) { out.writeInt(mStatus); out.writeString(mIcbNum); } @Override Loading @@ -59,6 +61,7 @@ public class ImsSsInfo implements Parcelable { private void readFromParcel(Parcel in) { mStatus = in.readInt(); mIcbNum = in.readString(); } public static final Creator<ImsSsInfo> CREATOR = Loading
telephony/java/com/android/ims/internal/IImsUt.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ interface IImsUt { /** * Updates the configuration of the call barring. */ int updateCallBarring(int cbType, boolean enable, in String[] barrList); int updateCallBarring(int cbType, int action, in String[] barrList); /** * Updates the configuration of the call forward. Loading