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

Commit 3d9cb1a1 authored by Naina Nalluri's avatar Naina Nalluri Committed by android-build-merger
Browse files

Merge "Introduce erase modem config api" am: 6a125c63

am: bd2d558a

Change-Id: I676e63e8347cc1250e78ba9cbd232cba302f2367
parents 4380adab bd2d558a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2362,6 +2362,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);
    }