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

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

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

Change-Id: I3bb165ef6cd5f3f026ba03788ee2a54926f8c252
parents b5266e6f e66cfd2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2529,6 +2529,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                        AsyncResult.forMessage(result, null,
                                CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED));
                        result.sendToTarget();
                        return;
                    }
                    request.specifiers.add(rasInHalFormat);
                }
@@ -2565,6 +2566,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                        AsyncResult.forMessage(result, null,
                                CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED));
                        result.sendToTarget();
                        return;
                    }

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

                    request.specifiers.add(rasInHalFormat);