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

Commit 32724566 authored by William Escande's avatar William Escande
Browse files

SystemServer: remove lint baseline

All issues has been fixed

Bug: 311772251
Test: m service-bluetooth
Flag: Exempt only affect bypassed lint warning
Change-Id: I75e46329e7bf1b356284acacb037861cce49e67d
parent fc44f6ca
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -111,10 +111,6 @@ java_library {
        "modules-utils-shell-command-handler",
    ],

    lint: {
        baseline_filename: "lint-baseline.xml",
    },

    optimize: {
        enabled: true,
        shrink: true,

service/lint-baseline.xml

deleted100644 → 0
+0 −52
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">

    <issue
        id="NotificationPermission"
        message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission">
        <location
            file="packages/modules/Bluetooth/service/src/com/android/server/bluetooth/BluetoothNotificationManager.java"
            line="125"/>
    </issue>

    <issue
        id="VisibleForTests"
        message="This method should only be accessed from tests or within private scope">
        <location
            file="packages/modules/Bluetooth/service/src/com/android/server/bluetooth/BluetoothAirplaneModeListener.java"
            line="239"/>
    </issue>

    <issue
        id="VisibleForTests"
        message="This method should only be accessed from tests or within private scope">
        <location
            file="packages/modules/Bluetooth/service/src/com/android/server/bluetooth/BluetoothAirplaneModeListener.java"
            line="247"/>
    </issue>

    <issue
        id="VisibleForTests"
        message="This method should only be accessed from tests or within private scope">
        <location
            file="packages/modules/Bluetooth/service/src/com/android/server/bluetooth/BluetoothManagerService.java"
            line="1532"/>
    </issue>

    <issue
        id="VisibleForTests"
        message="This method should only be accessed from tests or within private scope">
        <location
            file="packages/modules/Bluetooth/service/src/com/android/server/bluetooth/BluetoothSatelliteModeListener.java"
            line="48"/>
    </issue>

    <issue
        id="VisibleForTests"
        message="This method should only be accessed from tests or within private scope">
        <location
            file="packages/modules/Bluetooth/service/src/com/android/server/bluetooth/BluetoothSatelliteModeListener.java"
            line="51"/>
    </issue>

</issues>
 No newline at end of file