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

Commit 5dcca67d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix a mistake caused by rebasing"

parents 2a2c9c77 f5c8d7e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -551,9 +551,6 @@ public class SmsController extends ISmsImplBase {
        }
        }
    }
    }


    /**
     * Triggered by `adb shell dumpsys isms`
     */
    @Override
    @Override
    public String getSmscAddressFromIccEfForSubscriber(int subId, String callingPackage) {
    public String getSmscAddressFromIccEfForSubscriber(int subId, String callingPackage) {
        IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
        IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
@@ -579,6 +576,9 @@ public class SmsController extends ISmsImplBase {
        }
        }
    }
    }


    /**
     * Triggered by `adb shell dumpsys isms`
     */
    @Override
    @Override
    protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
    protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
        if (!checkDumpPermission(mContext, LOG_TAG, pw)) {
        if (!checkDumpPermission(mContext, LOG_TAG, pw)) {