Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f1fe996 authored by Nathan Harold's avatar Nathan Harold Committed by Gerrit Code Review
Browse files

Merge "Return Immediately After Failed RAS Conversion"

parents f8806347 36b30ca1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2526,6 +2526,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                        AsyncResult.forMessage(result, null,
                                CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED));
                        result.sendToTarget();
                        return;
                    }
                    request.specifiers.add(rasInHalFormat);
                }
@@ -2562,6 +2563,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                        AsyncResult.forMessage(result, null,
                                CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED));
                        result.sendToTarget();
                        return;
                    }

                    request.specifiers.add(rasInHalFormat);
@@ -2603,6 +2605,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                        AsyncResult.forMessage(result, null,
                                CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED));
                        result.sendToTarget();
                        return;
                    }

                    request.specifiers.add(rasInHalFormat);