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

Commit fc2b1dee authored by Naina Nalluri's avatar Naina Nalluri Committed by Android (Google) Code Review
Browse files

Merge "Introduce erase modem config api" into qt-qpr1-dev

parents f279858a efe038b6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2318,6 +2318,15 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
        mCi.nvResetConfig(3 /* factory NV reset */, response);
    }

    /**
     * Perform modem configuration erase. Used for network reset
     *
     * @param response Callback message.
     */
    public void eraseModemConfig(Message response) {
        mCi.nvResetConfig(2 /* erase NV */, response);
    }

    public void notifyDataActivity() {
        mNotifier.notifyDataActivity(this);
    }