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

Commit e66cfd2d authored by Nathan Harold's avatar Nathan Harold Committed by Automerger Merge Worker
Browse files

Merge "Return Immediately After Failed RAS Conversion" am: 8f1fe996

Change-Id: Ibd3004d54f36c108a313b701150c7573280eb07c
parents 32343e7f 8f1fe996
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);