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

Commit 211ddd5e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6029402 from fc2b1dee to qt-qpr2-release

Change-Id: Ibe636cc7bfe1be48af298080c5345422a2d61d25
parents 2a61908f fc2b1dee
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);
    }