Loading src/java/com/android/internal/telephony/RIL.java +6 −0 Original line number Diff line number Diff line Loading @@ -949,6 +949,12 @@ public class RIL extends BaseCommands implements CommandsInterface { handleRadioProxyExceptionForRR(rr, "supplySimDepersonalization", e); } } } else { if (result != null) { AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } } } Loading Loading
src/java/com/android/internal/telephony/RIL.java +6 −0 Original line number Diff line number Diff line Loading @@ -949,6 +949,12 @@ public class RIL extends BaseCommands implements CommandsInterface { handleRadioProxyExceptionForRR(rr, "supplySimDepersonalization", e); } } } else { if (result != null) { AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } } } Loading