Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +9 −0 Original line number Diff line number Diff line Loading @@ -2079,6 +2079,9 @@ public class GsmCdmaPhone extends Phone { } } else { loge("getCallForwardingOption: not possible in CDMA without IMS"); AsyncResult.forMessage(onComplete, null, CommandException.fromRilErrno(RILConstants.REQUEST_NOT_SUPPORTED)); onComplete.sendToTarget(); } } Loading Loading @@ -2130,6 +2133,9 @@ public class GsmCdmaPhone extends Phone { } } else { loge("setCallForwardingOption: not possible in CDMA without IMS"); AsyncResult.forMessage(onComplete, null, CommandException.fromRilErrno(RILConstants.REQUEST_NOT_SUPPORTED)); onComplete.sendToTarget(); } } Loading Loading @@ -2256,6 +2262,9 @@ public class GsmCdmaPhone extends Phone { mCi.setCallWaiting(enable, serviceClass, onComplete); } else { loge("method setCallWaiting is NOT supported in CDMA without IMS!"); AsyncResult.forMessage(onComplete, null, CommandException.fromRilErrno(RILConstants.REQUEST_NOT_SUPPORTED)); onComplete.sendToTarget(); } } Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +9 −0 Original line number Diff line number Diff line Loading @@ -2079,6 +2079,9 @@ public class GsmCdmaPhone extends Phone { } } else { loge("getCallForwardingOption: not possible in CDMA without IMS"); AsyncResult.forMessage(onComplete, null, CommandException.fromRilErrno(RILConstants.REQUEST_NOT_SUPPORTED)); onComplete.sendToTarget(); } } Loading Loading @@ -2130,6 +2133,9 @@ public class GsmCdmaPhone extends Phone { } } else { loge("setCallForwardingOption: not possible in CDMA without IMS"); AsyncResult.forMessage(onComplete, null, CommandException.fromRilErrno(RILConstants.REQUEST_NOT_SUPPORTED)); onComplete.sendToTarget(); } } Loading Loading @@ -2256,6 +2262,9 @@ public class GsmCdmaPhone extends Phone { mCi.setCallWaiting(enable, serviceClass, onComplete); } else { loge("method setCallWaiting is NOT supported in CDMA without IMS!"); AsyncResult.forMessage(onComplete, null, CommandException.fromRilErrno(RILConstants.REQUEST_NOT_SUPPORTED)); onComplete.sendToTarget(); } } Loading