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

Commit d2ad36f2 authored by Jack Yu's avatar Jack Yu
Browse files

Removed the deprecated screen state API

The screen state API was deprecated on O and should
not be added into the radio interace.

Test: Telephony sanity tests
bug: 32223897
Change-Id: I6651224779399d7c33a3675ac8cc3ca004bcd549
parent 10a430b5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -561,13 +561,6 @@ public class RadioResponse extends IRadioResponse.Stub {
    public void sendOemRilRequestRawResponse(RadioResponseInfo responseInfo,
                                             ArrayList<Byte> var2) {}

    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     */
    public void sendScreenStateResponse(RadioResponseInfo responseInfo) {
        responseVoid(responseInfo);
    }

    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     */